Releases: nebula-plugins/gradle-lint-plugin
Releases · nebula-plugins/gradle-lint-plugin
v17.5.0
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
v17.3.2
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
What's Changed
- Revert "Initial JDK 17 compatibility" by @rpalcolea in #360
Full Changelog: v17.3.0...v17.3.1
v17.3.0
- Modify
BuildFiles
to stop usingjava.io.LineNumberReader
which has a breaking change in behavior @ JDK 16. More info in https://blogs.oracle.com/javamagazine/post/the-hidden-gems-in-java-16-and-java-17-from-streammapmulti-to-hexformat
v17.2.3
Fixes NPE caused by antlr plugin