We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running fixGradleLint ignores the gradleLint.ignore and removes dependencies marked with it.
fixGradleLint
gradleLint.ignore
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
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Running
fixGradleLint
ignores thegradleLint.ignore
and removes dependencies marked with it.For example, the following dependency will be removed if
fixGradleLint
deems it unused.I am executing the
fixGradleLint
task with Nebula 17.6.1 and Gradle 7.5The text was updated successfully, but these errors were encountered: