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:
David Chang 2022-03-04 05:24:25 -08:00 committed by GitHub
parent e571b377e5
commit 833d2f406b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,3 +58,11 @@ subprojects {
}
}
}
allprojects {
plugins.withId("com.vanniktech.maven.publish") {
mavenPublish {
sonatypeHost = "S01"
}
}
}