Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

exclude unused dependencies #51

@confile

Description

@confile

I want to exclude dependencies which are included by other libs and not used. For example using:

gwt {
    version="2.6.0"
    gin.version = '2.1.2' // must not be defined if it is under dependencies

    dependencies=[
            'org.slf4j:slf4j-api:1.7.5'
        ]
}

I get an error if another version of slf4j-api is used. How can I exclude older versions?

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