Fix environment variables

This commit is contained in:
John Ahlroos 2024-11-04 18:09:29 +01:00
parent 5193aa54fb
commit 43c5192bbf
Signed by: john
GPG Key ID: 258D0F70DB84CD5D
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ publishing {
repositories {
maven {
name = "sonatype"
url = uri("https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/")
url = uri("https://oss.sonatype.org/service/local/staging/deploy/maven2/")
credentials {
username = findProperty('SONATYPE_USER') as String
password = findProperty('SONATYPE_PASSWORD') as String