We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2968c53 commit 2b10678Copy full SHA for 2b10678
1 file changed
build-logic/common/src/main/kotlin/conventions/maven-central.gradle.kts
@@ -9,8 +9,8 @@ plugins {
9
nexusPublishing {
10
repositories {
11
sonatype {
12
- nexusUrl = uri("https://ossrh-staging-api.central.sonatype.com/service/local")
13
- snapshotRepositoryUrl = uri("https://central.sonatype.com/repository/maven-snapshots")
+ nexusUrl = uri("https://ossrh-staging-api.central.sonatype.com/service/local/")
+ snapshotRepositoryUrl = uri("https://central.sonatype.com/repository/maven-snapshots/")
14
username = System.getenv("SONATYPE_USERNAME")
15
password = System.getenv("SONATYPE_PASSWORD")
16
}
0 commit comments