Skip to content
This repository has been archived by the owner on Sep 13, 2018. It is now read-only.

Releases: tbroyer/gradle-errorprone-plugin-v0.0.x

v0.0.16

24 Jul 10:50
Compare
Choose a tag to compare

Configure tasks lazily in Gradle 4.9 (#73)

v0.0.15

17 Jul 09:30
Compare
Choose a tag to compare
  • 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

08 May 14:42
Compare
Choose a tag to compare

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

08 Feb 12:21
Compare
Choose a tag to compare

The plugin is now compatible with JDK 9!

v0.0.12

08 Feb 12:19
Compare
Choose a tag to compare
  • Removed support for ErrorProne 1.x (and Java 7)
  • Suppress deprecation nagging log in Gradle 4.2 (#50, 548bc5a)

v0.0.11

08 Feb 12:25
Compare
Choose a tag to compare
  • Publish net.ltgt.errorprone-base to the Plugin Portal so it can be used with the plugins DSL (#44)

v0.0.10

08 Feb 12:27
Compare
Choose a tag to compare

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

v0.0.9

08 Feb 12:34
Compare
Choose a tag to compare
  • 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

08 Feb 12:38
Compare
Choose a tag to compare

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

08 Feb 12:39
Compare
Choose a tag to compare

Fixed the description in the Plugin Portal (#9, 9e7d116). No other change from v0.0.7