Releases: nebula-plugins/gradle-lint-plugin
Releases · nebula-plugins/gradle-lint-plugin
v0.26.0
Rewrite of unused dependency rule
v0.25.0
Require multiple runs of fixGradleLint to apply overlapping fixes
v0.24.2
Ensure that InfoBrokerPlugin is on the classpath
v0.24.1
Shade and relocate JGit into the distribution so that the plugin may be resolved against Maven Central alone.
v0.24.0
Shadow jgit since we are using a snapshot.
v0.23.0
v0.22.1
Add insertBefore and insertAfter fixes for non-Gradle files
v0.22.0
- Significant changes to the underlying model
- The process of adding violations is now done with a fluent API, allowing for multiple fixes to compose
unused-dependency
now relocates jars that contain no classes to the runtime configurationlintGradle
now generates build/lint.patch in the root project. This gives you the option of runninggit apply build/lint.patch
rather than./gradlew fixGradleLint
and opens up the door for lint fixes that apply to more than just build.gradle.- Added Trivial and Info levels.