Update Maven Central URL

This commit is contained in:
Marvin W 2026-04-16 10:48:33 +02:00
parent a5e0d9719a
commit 6283b51a80
No known key found for this signature in database
GPG key ID: 072E9235DB996F2A
2 changed files with 2 additions and 2 deletions

View file

@ -46,7 +46,7 @@ afterEvaluate {
repositories {
maven {
name = 'sonatype'
url = 'https://oss.sonatype.org/service/local/staging/deploy/maven2/'
url = 'https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/'
credentials {
username project.getProperty('sonatype.username')
password project.getProperty('sonatype.password')

View file

@ -59,7 +59,7 @@ afterEvaluate {
repositories {
maven {
name = 'sonatype'
url = 'https://oss.sonatype.org/service/local/staging/deploy/maven2/'
url = 'https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/'
credentials {
username project.getProperty('sonatype.username')
password project.getProperty('sonatype.password')