Skip to content
New issue

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

Explicit lower versions are allowed when higher level status is requested as attribute in configuration. #17

Open
chali opened this issue Aug 14, 2018 · 0 comments
Milestone

Comments

@chali
Copy link
Member

chali commented Aug 14, 2018

When we specify globally in a configuration that requested status attribute is release we should still be able to resolve a specific version of dependencies which have lower status without the need to duplicate configuration.

Eg:

configurations.all {
    attributes {
        attribute ProjectInternal.STATUS_ATTRIBUTE, 'release'
    }
}

dependencies {
    implementation 'org.group:foo:1.0-rc-1'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants