Skip to content

Releases: xvik/gradle-animalsniffer-plugin

1.7.1

05 Jul 13:40
Compare
Choose a tag to compare
  • Update animalsniffer 1.22 -> 1.23
  • Plugin requires now JavaBasePlugin instead of JavaPlugin.
    Required for kotlin multiplatform 1.9.20 activating only base plugin with jvm().withJava() (#84)

NOTE: animalsniffer 1.23 reports problems on fields without line number (but with field name),
Plugin output would contain line 1 (default for not defined line)

1.7.0

09 Feb 15:11
Compare
Choose a tag to compare
  • Support animalsniffer messages for field violations (#25)
  • Always put line number in file report, even if it wasn't declared (consistency with console reporting)
  • Fix gradle deprecation warning (#67)
  • Skip check task when no signatures configured or no files to check (to differentiate with success execution
    and easily spot configuration problems)
  • Add custom task shortcuts: allow custom build signature and signature info tasks declaration without task package
  • Add debug output for check and build tasks (to simplify configuration debugging)
    • animalsniffer.debug = true for check tasks
    • animalsnifferSignature.debug = true for signature build task

1.6.0

20 Aug 14:55
Compare
Choose a tag to compare
  • Update animalsniffer 1.20 -> 1.22 (java 9 support)
  • Fix configuration cache support for check tasks (#26)
    • Type of sourcesDirs property of AnimalSniffer tasks changed, but it should not be a problem
  • Fix formatting messages without source line number
  • Remove duplicate animalsniffer messages without line number

1.5.4

06 Nov 14:52
Compare
Choose a tag to compare
  • Fix gradle 7 deprecation warnings

1.5.3

17 Feb 19:34
Compare
Choose a tag to compare
  • Update animalsniffer 1.18 -> 1.20 (asm 9; java 8 minimum)

1.5.2

04 Nov 22:27
Compare
Choose a tag to compare
  • Fix inner/anonymous classes check order: enclosing class must be processed first
    to correctly apply ignoring annotation (#25)
  • Fix source link recognition in IDEA console when multiple signatures used:
    changed "[Undefined reference (signature)]" to "[Undefined reference | signature]".

1.5.1

05 Jun 21:03
Compare
Choose a tag to compare
  • Update animalsniffer 1.16 -> 1.18 (support java > 8)

1.5.0

05 Feb 16:39
Compare
Choose a tag to compare
  • (breaking) Gradle 5 compatibility. Plugin now requires gradle 5.x due to gradle api changes (#12)

1.4.6

27 Aug 14:51
Compare
Choose a tag to compare
  • Fix build cache support for relocated project (use relative paths for cache keys) (#10).
    Affects CI builds caching when project checked out into different directories

1.4.5

22 Jul 11:53
Compare
Choose a tag to compare
  • Fix maven central and jcenter artifacts (missed dependency)