Skip to content

Commit 4c56f70

Browse files
committed
Add the name of the staging repository
so that we can reference it in the publish task explicitly
1 parent a6e13b0 commit 4c56f70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

buildSrc/src/main/groovy/publishing-config.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ publishing {
5151
}
5252
repositories {
5353
maven {
54+
name = 'staging'
5455
url = rootProject.layout.buildDirectory.dir("staging-deploy${File.separator}maven")
5556
}
5657
}

0 commit comments

Comments
 (0)