Skip to content

Commit 3e060b8

Browse files
committed
fix auto-staging not working
1 parent 6c079c9 commit 3e060b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ val sourcesJar by tasks.registering(Jar::class) {
5555
}
5656

5757
nexusStaging {
58+
serverUrl = "https://s01.oss.sonatype.org/service/local/"
5859
packageGroup = "com.cjcrafter"
5960
stagingProfileId = findProperty("OSSRH_ID").toString()
6061
username = findProperty("OSSRH_USERNAME").toString()

0 commit comments

Comments
 (0)