Skip to content

Releases: nebula-plugins/gradle-lint-plugin

v17.5.0

19 Nov 18:48
3690cb7
Compare
Choose a tag to compare

What's Changed

  • SourceSetUtils: Use plugin convention only when project is using Gradle older than 7.1 by @rpalcolea in #362

Full Changelog: v17.4.0...v17.5.0

v17.4.0

09 Nov 21:19
0a69f02
Compare
Choose a tag to compare

What's Changed

Full Changelog: v17.3.2...v17.4.0

v17.3.2

08 Nov 23:47
Compare
Choose a tag to compare
  • BuildFiles: enhance how we handle empty files or files with \n at the end for concatenating them

Full Changelog: v17.3.1...v17.3.2

v17.3.1

08 Nov 22:53
9db38f2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v17.3.0...v17.3.1

v17.3.0

29 Oct 17:31
a880795
Compare
Choose a tag to compare

v17.2.3

27 Sep 19:42
1910128
Compare
Choose a tag to compare

Fixes NPE caused by antlr plugin

v17.2.2

22 Sep 15:54
330ce70
Compare
Choose a tag to compare

Fixed bug in android configuration handling due to incorrect prefix checking.

v17.2.1

14 Sep 18:03
Compare
Choose a tag to compare

GradleLintPlugin: change min version for modern report output

v17.2.0

13 Sep 23:37
04c2d80
Compare
Choose a tag to compare
  • Gradle 7.2
  • Fix report generation

v17.1.1

25 Aug 16:49
a9deb55
Compare
Choose a tag to compare
  • DependencyService: getResolutionAlternatives should be a List<String>