gradle-errorprone-plugin icon indicating copy to clipboard operation
gradle-errorprone-plugin copied to clipboard

Gradle plugin to use the error-prone compiler for Java

Results 7 gradle-errorprone-plugin issues
Sort by recently updated
recently updated
newest added

Gradle `groovy` plugin supports Groovy joint compilation. It means that Gradle allows you to mix Groovy and Java code in one source dir. [GroovyCompile](https://docs.gradle.org/current/dsl/org.gradle.api.tasks.compile.GroovyCompile.html) has `options` property of type [CompileOptions](https://docs.gradle.org/current/javadoc/org/gradle/api/tasks/compile/CompileOptions.html)....

enhancement

http://errorprone.info/docs/patching It would be great if this could be something enabled via invocation property, such as `-PautoPatch` and have the plugin manage the arguments + application of the generated patch

enhancement

Updating to newest version of errorprone

This ticket has all the data, but they're pointing the finger here https://github.com/gradle/gradle/issues/28534#issuecomment-2017606381

In Gradle 9.0 we plan to migrate majority of JVM plugins to lazy properties. We plan to bridge old raw type methods to new lazy methods on the bytecode level...

As I reported in #101 we have issues when using gradle remote build cache: Sometimes (not always) we get cache misses due to fingerprint differences for `options.compilerArgumentProviders.errorprone$0` and `options.compilerArgumentProviders.errorprone$0.errorproneOptions`. I...

Using the latest 4.0.1 version, we see the following issue regarding our build: On compileJava tasks where errorProne plugin is applied, the calculated cache key for this input differs between...