Skip to content

Commit 4e7b59a

Browse files
authored
Update publishing.gradle
1 parent 417cb3d commit 4e7b59a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lisa/publishing.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ publishing {
5252
repositories {
5353
maven {
5454
name = 'OSSRH'
55-
url = 'https://oss.sonatype.org/service/local/staging/deploy/maven2/'
55+
url = 'https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/'
5656
credentials {
5757
username = System.getenv('MAVEN_USERNAME')
5858
password = System.getenv('MAVEN_PASSWORD')
@@ -74,4 +74,4 @@ signing {
7474
def signingPassword = System.getenv('SIGN_PW')
7575
useInMemoryPgpKeys(signingKey, signingPassword)
7676
sign publishing.publications.mavenJava
77-
}
77+
}

0 commit comments

Comments
 (0)