Tagged articles
3 articles
Page 1 of 1
FunTester
FunTester
Aug 12, 2019 · Backend Development

Why Java‑Groovy Builds Fail on Jenkins and How to Fix Them

The author encountered a "cannot find symbol" error when Java and Groovy code called each other, which worked locally but broke on Jenkins and Gradle builds, and solved it by renaming the file to .groovy and adding the Groovy plugin so Groovy compiles before Java.

Build ErrorGradleGroovy
0 likes · 2 min read
Why Java‑Groovy Builds Fail on Jenkins and How to Fix Them