Skip to content

Commit 51156fd

Browse files
committed
Update publishing
1 parent b83d76a commit 51156fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ version = VERSION_NAME
1010
nexusPublishing {
1111
repositories {
1212
sonatype {
13+
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
14+
snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
1315
username = project.findProperty("SONATYPE_NEXUS_USERNAME")
1416
password = project.findProperty("SONATYPE_NEXUS_PASSWORD")
1517
}

0 commit comments

Comments
 (0)