Skip to content

Commit fd6cf6c

Browse files
committed
fix: sonatype repository url
1 parent 5259e0b commit fd6cf6c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ allprojects {
1010
nexusPublishing {
1111
repositories {
1212
sonatype {
13+
nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
14+
snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/"))
15+
1316
username.set(System.getenv("SONATYPE_USERNAME"))
1417
password.set(System.getenv("SONATYPE_PASSWORD"))
1518
}

0 commit comments

Comments
 (0)