Skip to content

Releases: nebula-plugins/gradle-lint-plugin

v19.0.2

26 Apr 23:41
Compare
Choose a tag to compare
  • Ignore bomConf.getResolvedConfiguration().getLenientConfiguration().getFiles(Specs.SATISFIES_ALL) deprecation

Full Changelog: v19.0.1...v19.0.2

v19.0.1

27 Nov 22:03
Compare
Choose a tag to compare

v19.0.0

27 Nov 21:21
21ce7f3
Compare
Choose a tag to compare

What's Changed

  • Replace project.buildDir with project.layout.buildDirectory by @rpalcolea in #392
  • Use notCompatibleWithConfigurationCache to avoid breaking builds when using gradle lint by @rpalcolea in #397

Full Changelog: v18.1.0...v19.0.0

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