Skip to content

Commit 2b10678

Browse files
Add trailing slash to Sonatype URLs
1 parent 2968c53 commit 2b10678

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build-logic/common/src/main/kotlin/conventions/maven-central.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ plugins {
99
nexusPublishing {
1010
repositories {
1111
sonatype {
12-
nexusUrl = uri("https://ossrh-staging-api.central.sonatype.com/service/local")
13-
snapshotRepositoryUrl = uri("https://central.sonatype.com/repository/maven-snapshots")
12+
nexusUrl = uri("https://ossrh-staging-api.central.sonatype.com/service/local/")
13+
snapshotRepositoryUrl = uri("https://central.sonatype.com/repository/maven-snapshots/")
1414
username = System.getenv("SONATYPE_USERNAME")
1515
password = System.getenv("SONATYPE_PASSWORD")
1616
}

0 commit comments

Comments
 (0)