Skip to content

Commit 2ec983b

Browse files
update publishing url
1 parent ec0edd8 commit 2ec983b

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

build.gradle.kts

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ plugins {
55

66
// Project metadata is configured in gradle.properties
77

8-
indraSonatype {
9-
useAlternateSonatypeOSSHost("s01")
8+
nexusPublishing {
9+
repositories {
10+
sonatype {
11+
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
12+
snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
13+
username.set(findProperty("sonatypeUsername") as String)
14+
password.set(findProperty("sonatypePassword") as String)
15+
}
16+
}
1017
}

0 commit comments

Comments
 (0)