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 a6e13b0 commit 4c56f70Copy full SHA for 4c56f70
buildSrc/src/main/groovy/publishing-config.gradle
@@ -51,6 +51,7 @@ publishing {
51
}
52
repositories {
53
maven {
54
+ name = 'staging'
55
url = rootProject.layout.buildDirectory.dir("staging-deploy${File.separator}maven")
56
57
0 commit comments