Skip to content

Commit 1380572

Browse files
samuelAndalonSamuel Vazquez
andauthored
chore: update publishing to sonatype (#2154)
Co-authored-by: Samuel Vazquez <samvazquez@expediagroup.com>
1 parent 082fbbd commit 1380572

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ tasks {
3636
sonatype {
3737
username.set(System.getenv("SONATYPE_USERNAME"))
3838
password.set(System.getenv("SONATYPE_PASSWORD"))
39+
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
3940
}
4041
}
4142

0 commit comments

Comments
 (0)