Skip to content

Commit

Permalink
Update publishing.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaneg authored Oct 31, 2022
1 parent 417cb3d commit 4e7b59a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lisa/publishing.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ publishing {
repositories {
maven {
name = 'OSSRH'
url = 'https://oss.sonatype.org/service/local/staging/deploy/maven2/'
url = 'https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/'
credentials {
username = System.getenv('MAVEN_USERNAME')
password = System.getenv('MAVEN_PASSWORD')
Expand All @@ -74,4 +74,4 @@ signing {
def signingPassword = System.getenv('SIGN_PW')
useInMemoryPgpKeys(signingKey, signingPassword)
sign publishing.publications.mavenJava
}
}

0 comments on commit 4e7b59a

Please sign in to comment.