Skip to content

Commit c69e05c

Browse files
Update sonatype repository (#425)
1 parent a7d2cfb commit c69e05c

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
@@ -41,6 +41,8 @@ nexusPublishing {
4141
packageGroup = 'com.gluonhq'
4242
repositories {
4343
sonatype {
44+
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
45+
snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
4446
username = project.hasProperty('sonatypeUsername') ? project.property('sonatypeUsername') : ''
4547
password = project.hasProperty('sonatypePassword') ? project.property('sonatypePassword') : ''
4648
}

0 commit comments

Comments
 (0)