Skip to content

Releases: nebula-plugins/gradle-lint-plugin

v17.7.0

29 Oct 19:24
Compare
Choose a tag to compare
  • Mark lint task as incompatible with configuration caching

v17.6.1

18 Jan 19:15
bacf747
Compare
Choose a tag to compare

What's Changed

  • GradleLintRule: hasConfiguration should handle project.childProjects when is empty by @rpalcolea in #370

Full Changelog: v17.6.0...v17.6.1

v17.6.0

04 Jan 20:59
6ef96d8
Compare
Choose a tag to compare

What's Changed

  • GradleViolation: insertIntoClosure and insertIntoClosureAtTheEnd are aware of single line closures by @rpalcolea in #369

Full Changelog: v17.5.0...v17.6.0

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.