We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Three projects, TransitiveDep, Dep, and Main.
TransitiveDep
Dep
Main
Main depends on Dep.
Dep depends on TransitiveDep.
TransitiveDep publishes the following:
apply plugin: 'com.palantir.sls-recommended-dependencies' recommendedProductDependencies { productDependency { productGroup = 'com.transitive.dep' productName = 'dep' minimumVersion = rootProject.version maximumVersion = "1.x.x" recommendedVersion = rootProject.version } }
Main has the following:
productDependency { productGroup = 'com.transitive.dep' productName = 'dep' productName = 'multipass' detectConstraints = true }
I would expect this to work, but I get
Product dependency 'com.transitive.dep:dep' has constraint detection enabled, but could not find any recommendations in assetBundle configuration
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
Three projects,
TransitiveDep
,Dep
, andMain
.Main
depends onDep
.Dep
depends onTransitiveDep
.TransitiveDep
publishes the following:Main
has the following:I would expect this to work, but I get
The text was updated successfully, but these errors were encountered: