palantir / gradle-configuration-resolver-plugin

Apache License 2.0
11 stars 10 forks source link

#25 Don't resolve unresolvable configurations #26

Closed atrocities closed 7 years ago

atrocities commented 7 years ago

Gradle 3.3+ introduces unresolvable configurations by default (https://github.com/gradle/gradle/pull/1351). Don't try to resolve these cnofigurations.

Still being built against 2.x for backwards compatibility, but tested against 3.4-rc1.

gpmo commented 7 years ago

This is great. Thank you. Can we merge this?