Skip to content

v0.8

Compare
Choose a tag to compare
@tbroyer tbroyer released this 14 Apr 17:29

✨ Enhancements:

  • Add support for Error Prone 2.3.3's -XepIgnoreSuppressionAnnotations; plugin is still compatible with previous Error Prone versions as long as you don't set ignoreSupressionAnnotations option to true (bc787e5)
  • Add severity-specific methods to enable() or disable() checks, or set their severity to warn() or error() (d965e05)

💥 Breaking changes:

  • Minimum Gradle version has been bumped to 5.2
  • Switch options to lazy properties (74ef06a, eeb6325)
  • change Kotlin extension from ErrorProneOptions.invoke to CompileOptions.errorprone (afa7aa8)