Skip to content

Releases: nebula-plugins/gradle-lint-plugin

v18.1.0

20 Jun 19:22
8d4f177
Compare
Choose a tag to compare

Improve discoverability of build file linked with apply from: "A_PATH" where A_PATH uses project.projectDir or project.rootDir flavors.

v18.0.3

08 Feb 01:52
c597422
Compare
Choose a tag to compare

What's Changed

Full Changelog: v18.0.2...v18.0.3

v18.0.2

07 Feb 18:33
Compare
Choose a tag to compare

v18.0.1

04 Feb 18:41
Compare
Choose a tag to compare

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

21 Jan 00:22
Compare
Choose a tag to compare

Breaking change

  • Gradle Lint only works with Gradle 7.+

v17.8.0

06 Jan 00:00
Compare
Choose a tag to compare
  • Upgrade to Kotlin 1.7.x

v17.7.1

29 Oct 19:23
Compare
Choose a tag to compare

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