Skip to content

Releases: tbroyer/gradle-nullaway-plugin

v2.0.0

16 Feb 22:25
Compare
Choose a tag to compare
  • BREAKING: require Gradle ≥ 6.8
  • Add support for -XepOpt:NullAway:ExtraFuturesClasses (new in NullAway 0.10.23)

v1.6.0

12 May 23:26
Compare
Choose a tag to compare

Add support for -XepOpt:NullAway:JSpecifyMode (new in NullAway 0.10.5)

v1.5.0

06 Nov 18:04
Compare
Choose a tag to compare

✨ Add methods to set severity without having to import CheckSeverity; see https://github.com/tbroyer/gradle-nullaway-plugin#methods

v1.4.0

11 Oct 11:33
Compare
Choose a tag to compare

Add support for -XepOpt:NullAway:CustomGeneratedCodeAnnotations (new in NullAway 0.9.8)

v1.3.0

21 Jan 19:18
Compare
Choose a tag to compare

Add support for -XepOpt:NullAway:CustomNullableAnnotations and -XepOpt:NullAway:CustomNonnullAnnotations (new in NullAway 0.9.3)

v1.2.0

20 Oct 17:31
Compare
Choose a tag to compare

Add support for -XepOpt:NullAway:CustomContractAnnotations

v1.1.0

22 Mar 15:49
Compare
Choose a tag to compare
  • Add support for -XepOpt:NullAway:CheckContracts (181f689)
  • Add KDoc to the DSL extension, in the hope that it's picked up by IDEs (no additional artifact is generated) (b87e1f5)

v1.0.2

30 Jun 16:55
Compare
Choose a tag to compare

Compatibility with Gradle 6.5's new Configuration Cache (3de5c38)

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