use new Sonatype server for mavenCentral publishing

This commit is contained in:
Torsten Grote 2022-04-28 09:33:27 -03:00
parent 5ac64578cd
commit 712844adf8
No known key found for this signature in database
GPG Key ID: 3E5F77D92CF891FF
1 changed files with 6 additions and 0 deletions

View File

@ -14,4 +14,10 @@ allprojects {
mavenCentral()
maven { url 'https://maven.google.com/' }
}
// use new Sonatype server for mavenCentral publishing
plugins.withId("com.vanniktech.maven.publish") {
mavenPublish {
sonatypeHost = "S01"
}
}
}