Update to new Sonatype host (#406)
Following steps in https://github.com/vanniktech/gradle-maven-publish-plugin#where-to-upload-to for pointing to the new host.
This commit is contained in:
parent
e571b377e5
commit
833d2f406b
1 changed files with 8 additions and 0 deletions
|
@ -58,3 +58,11 @@ subprojects {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
allprojects {
|
||||
plugins.withId("com.vanniktech.maven.publish") {
|
||||
mavenPublish {
|
||||
sonatypeHost = "S01"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue