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

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"
}
}
}