Skip to content

Releases: nebula-plugins/gradle-lint-plugin

v16.8.0

23 Apr 19:46
edb4d60
Compare
Choose a tag to compare

Configuration whether the report task will output all violations or only violations that would be applied during fix stage.

v16.7.2

23 Apr 17:37
2e957f9
Compare
Choose a tag to compare

Bypassed forces rule provides warning for only the affected projects

v16.7.1

21 Apr 14:33
b25bc01
Compare
Choose a tag to compare

Fix failure when using the configuration for a project from root module using project() with the project path containing a dynamic expression.

v16.7.0

07 Apr 20:30
9204874
Compare
Choose a tag to compare

The bypassed forces rule will provide a warning when a dependency* resolves to a version that is not the one indicated by a force or strict version constraint

* non-buildscript dependency

v16.6.0

01 Apr 22:16
c8f60e0
Compare
Choose a tag to compare

Add visitAnyObjectDependency callback into GradleLintRule to inspect dependencies declarations on FileCollection or any arbitrary code.

v16.5.2

31 Mar 00:31
f3b9804
Compare
Choose a tag to compare
  • Fix usage of skipForTasks for GradleLintExtension
  • skipForTasks works with shorthand task names

v16.5.1

30 Mar 22:15
Compare
Choose a tag to compare
Fix test for recommended versions

v16.5.0

30 Mar 21:32
Compare
Choose a tag to compare
  • AutoLint should not run when clean or dependencyInsight tasks are used

v16.4.0

25 Mar 18:48
e55cc81
Compare
Choose a tag to compare

Add callback visitAnySubmoduleDependency to inspect dependencies on other submodules within a multimodule project.

v16.3.1

23 Mar 20:06
028d909
Compare
Choose a tag to compare

Ignore nested plugins blocks in Gradle DSL in rules callback. A plugin could have a configuration which would use the same name method name plugins and rules would consider it as Gradle's plugins block.