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