Skip to content

Commit 4afe41b

Browse files
Publish to Sonatype central (#2576)
1 parent a1eb7dc commit 4afe41b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gradle/publishing.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ nexusPublishing {
44
sonatype {
55
username = project.hasProperty('ossrhUsername') ? project.property('ossrhUsername') : ''
66
password = project.hasProperty('ossrhPassword') ? project.property('ossrhPassword') : ''
7+
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
8+
snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
79
}
810
}
911
}

0 commit comments

Comments
 (0)