Skip to content

Releases: tbroyer/gradle-nullaway-plugin

v1.0.1

22 Oct 14:42
Compare
Choose a tag to compare

🐛 Silence deprecation warning in Gradle 6 (db54cfb)

v1.0.0

22 Oct 14:43
Compare
Choose a tag to compare

✨ Add support for -XepOpt:NullAway:AcknowledgeAndroidRecent

v0.3

02 Jul 09:35
Compare
Choose a tag to compare
  • 🐛 Fix Groovy DSL for a couple boolean properties (fca4f79, see #2 and 6694bc3)
  • 💥 Rename isSuggestSuppressions to suggestSuppressions (d587b08)

v0.2

28 Apr 17:43
Compare
Choose a tag to compare
  • 🐛 Fix build incrementality: changing any option will now correctly retrigger the compilation (unless NullAway is disabled, in which case changes to any other NullAway option will be ignored)
  • ✨ add support for newly-documented options, including the not-yet-released -XepOpt:NullAway:HandleTestAssertionLibraries