Releases: tbroyer/gradle-errorprone-plugin-v0.0.x
Releases · tbroyer/gradle-errorprone-plugin-v0.0.x
v0.0.16
Configure tasks lazily in Gradle 4.9 (#73)
v0.0.15
- Display a warning if the default (
latest.release
) dependency is used (#71). Using latest.release
(and generally speaking, changing or dynamic versions) is discouraged, see the rationale in the README (2900871)
- Track the
errorprone
configuration to determine whether compilation tasks are up-to-date (#72). The check is more accurate in Gradle 4.3 and more recent versions.
v0.0.14
Better support for JDK 9 (#64)
You might want to try out the net.ltgt.errorprone-javacplugin
plugin for Java 9+ though, particularly as net.ltgt.errorprone
does not support Java 10+.
v0.0.13
The plugin is now compatible with JDK 9!
v0.0.12
- Removed support for ErrorProne 1.x (and Java 7)
- Suppress deprecation nagging log in Gradle 4.2 (#50, 548bc5a)
v0.0.11
- Publish
net.ltgt.errorprone-base
to the Plugin Portal so it can be used with the plugins DSL (#44)
v0.0.10
The plugin is now compatible with Gradle 3.5 (#37)
v0.0.9
- 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.8
The plugin is now compatible with Gradle 2.6 (#12, 5d13674). Note that it is however no longer compatible with earlier versions.
v0.0.7.1
Fixed the description in the Plugin Portal (#9, 9e7d116). No other change from v0.0.7