Skip to content

gradleLint.ignore is ignored #380

@sergeykad

Description

@sergeykad

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions