We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ca62e9 commit b756625Copy full SHA for b756625
build.gradle
@@ -395,6 +395,7 @@ publishing {
395
dependencyNode.appendNode('artifactId', it.moduleName)
396
dependencyNode.appendNode('version', it.moduleVersion)
397
dependencyNode.appendNode('type', it.moduleArtifacts[0].type)
398
+ dependencyNode.appendNode('scope', 'provided')
399
}
400
401
0 commit comments