mirror of
https://github.com/f-droid/fdroidclient.git
synced 2025-12-23 23:27:44 -05:00
use new Sonatype server for mavenCentral publishing
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user