Skip to content

Releases: tbroyer/gradle-incap-helper

v1.0.0

24 Jan 17:47
Compare
Choose a tag to compare

The long overdue v1.0‼

The processor no longer claims the annotation (in accordance with https://errorprone.info/bugpattern/DoNotClaimAnnotations)

v0.3

21 May 22:40
Compare
Choose a tag to compare
  • Annotation now has class retention; this enables Gradle incremental processing (kind of ironic that it wasn't the case; it used to be for another reason though)
  • Processor checks that the annotated class is not abstract
  • Processor checks that dynamic processors override getSupportedOptions()

v0.2

15 Nov 09:47
Compare
Choose a tag to compare

Fix IncrementalAnnotationProcessorType.getProcessorOption() values. They were returning bad values, making DYNAMIC processors using them from getSupportedOptions() actually never incremental (as can be seen in auto-value 1.6.3rc1).