Gradle Errorprone Plugin V0.0.x Versions Save

Gradle plugin to use the error-prone compiler for Java

v0.0.8

6 years ago

The plugin is now compatible with Gradle 2.6 (#12, 5d13674a0a99b157486d6c9400e84df2d51eef24). Note that it is however no longer compatible with earlier versions.

v0.0.9

6 years ago
  • The plugin now uses "default dependencies", which makes it easier to use Error Prone forks with a different groupId.
  • Fail gracefully when running Gradle with a JRE rather than a JDK (#34, 8aa08a8)

v0.0.10

6 years ago

The plugin is now compatible with Gradle 3.5 (#37)

v0.0.11

6 years ago
  • Publish net.ltgt.errorprone-base to the Plugin Portal so it can be used with the plugins DSL (#44)

v0.0.13

6 years ago

The plugin is now compatible with JDK 9!

v0.0.12

6 years ago
  • Removed support for ErrorProne 1.x (and Java 7)
  • Suppress deprecation nagging log in Gradle 4.2 (#50, 548bc5a)