Not able to configure errorprone plugin in my Gradle configuration #111
Replies: 2 comments
-
Run Gradle with debug logs (e.g. Please review carefully the requirements in the README. For instance, I see you explicitly enable ErrorProne on your tasks, does it mean you're not applying the If you can share an MCVE, or at a minimum the full Gradle script, it would help pinpointing the issue. |
Beta Was this translation helpful? Give feedback.
-
I can remove the explicit JavaCompile override and when I tried to execute ./gradlew clean compileJava --debug --rerun, I got: |
Beta Was this translation helpful? Give feedback.
-
Hi, I tried to integrate errorprone gradle plugin in my main build.gradle written in groovy DSL.
I've added:
plugins {
}
dependencies {
}
But I'm able to retrieve errors that the IJ errorprone plugin provides me by executing: ./gradlew compileJava
May it be possible to help me on that, please?
Beta Was this translation helpful? Give feedback.
All reactions