Skip to content

Allow non-default configurations #6

Description

@robryals

The plugin currently only works if you have a "default" configuration, and that is the only configuration you can use. Need to be able to specify a non-default. Gradle docs indicate you have to use the 'map notation'

dependencies {
runtime group: 'org.somegroup', name: 'somedependency', version: '1.0', configuration: 'someConfiguration'
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions