Skip to content

Commit 4b8fd3c

Browse files
authored
EPNG-12229 Use stonatype with staging API url (#285)
1 parent 0c370b4 commit 4b8fd3c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build.gradle.kts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,10 @@ tasks {
113113

114114
nexusPublishing {
115115
repositories {
116-
sonatype ()
116+
sonatype {
117+
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
118+
snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
119+
}
117120
}
118121
}
119122

0 commit comments

Comments
 (0)