Releases: nebula-plugins/gradle-lint-plugin
Releases · nebula-plugins/gradle-lint-plugin
v18.1.0
v18.0.3
v18.0.2
v18.0.1
Fix POM generation to include
<dependencies>
<dependency>
<groupId>com.netflix.nebula</groupId>
<artifactId>nebula-gradle-interop</artifactId>
<version>2.1.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-model-builder</artifactId>
<version>3.8.3</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.codehaus.gpars</groupId>
<artifactId>gpars</artifactId>
<version>1.2.1</version>
<scope>runtime</scope>
</dependency>
</dependencies>
v18.0.0
v17.8.0
v17.7.1
v17.7.0
v17.6.1
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
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