gradle-lint-plugin icon indicating copy to clipboard operation
gradle-lint-plugin copied to clipboard

gradleLint.ignore is ignored

Open sergeykad opened this issue 3 years ago • 0 comments

Running fixGradleLint ignores the gradleLint.ignore and removes dependencies marked with it.

For example, the following dependency will be removed if fixGradleLint deems it unused.

gradleLint.ignore {
    implementation 'commons-io:commons-io:2.11.0'
}

I am executing the fixGradleLint task with Nebula 17.6.1 and Gradle 7.5

sergeykad avatar Oct 06 '22 21:10 sergeykad