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 a0b6a62 commit a2f2c55Copy full SHA for a2f2c55
build-logic/src/main/kotlin/publish.gradle.kts
@@ -58,7 +58,7 @@ publishing {
58
"https://ossrh-staging-api.central.sonatype.com/service/local/staging/deployByRepositoryId/$repositoryId/"
59
} else {
60
// For macOS builds, create the default repo
61
- "https://ossrh-staging-api.central.sonatype.com/service/local/staging/maven2/"
+ "https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/"
62
}
63
64
credentials {
0 commit comments