Skip to content

Releases: tbroyer/gradle-errorprone-plugin

v0.7

03 Feb 23:54
Compare
Choose a tag to compare
  • Removed deprecated plugins
  • Updated to Android plugin 3.3.0. This is a breaking change. Earlier versions of the Android plugin are no longer supported. Stay on v0.6.1 if you're still on those versions.

v0.6.1

04 Jan 13:10
Compare
Choose a tag to compare

Pass -XepCompilingTestOnlyCode when compiling Android test variants (a6649ad)

v0.6

13 Sep 12:19
Compare
Choose a tag to compare
  • 💥 Replace net.ltgt.errorprone (facedba)
    • net.ltgt.errorprone implementation is entirely replaced by the one from net.ltgt.errorprone-javacplugin
    • net.ltgt.errorprone-base displays a deprecation message and is no-op
    • net.ltgt.errorprone-javacplugin is deprecated: it displays a deprecation message and applies net.ltgt.errorprone
  • Warning about missing Error Prone javac dependency (when using JDK 8) is now only emitted when a task actually needs it, rather than when anything (including the com.github.ben-manes.versions plugin) tried to resolve the configuration, if empty (#5, 5e9bc6a)

v0.5

30 Aug 15:53
Compare
Choose a tag to compare

📢 This release serves as a Release Candidate for the next version of the net.ltgt.errorprone plugin

v0.4

24 Aug 13:54
Compare
Choose a tag to compare
  • add the options.errorprone extension to all JavaCompile tasks; Error Prone is disabled by default, and automatically enabled for every task that has been created in reaction to declaring a source set or an Android variant, i.e. those cases where the plugin used to add the extension (#3, 0e0e41a). This change should be entirely backwards compatible, but enables tasks.withType(JavaCompile) { options.errorprone.… } even in the presence of custom compilation tasks.
  • document how to use the plugin with JDK 8 (87bfec0), and run tests against JDK 8 with that configuration (258c9b4)

v0.3

24 Jul 12:09
Compare
Choose a tag to compare
  • Exclude com.google.errorprone:javac from errorprone configuration as it's not needed when using Error Prone as a JavaC plugin (d09f291)
  • Configure tasks lazily in Gradle 4.9 (e795a20)

v0.2

30 Apr 09:24
Compare
Choose a tag to compare