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 6c079c9 commit 3e060b8Copy full SHA for 3e060b8
build.gradle.kts
@@ -55,6 +55,7 @@ val sourcesJar by tasks.registering(Jar::class) {
55
}
56
57
nexusStaging {
58
+ serverUrl = "https://s01.oss.sonatype.org/service/local/"
59
packageGroup = "com.cjcrafter"
60
stagingProfileId = findProperty("OSSRH_ID").toString()
61
username = findProperty("OSSRH_USERNAME").toString()
0 commit comments