We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e9a13a commit 6954d3dCopy full SHA for 6954d3d
1 file changed
build.gradle
@@ -1,5 +1,5 @@
1
plugins {
2
- id("io.github.gradle-nexus.publish-plugin") version "1.1.0"
+ id("io.github.gradle-nexus.publish-plugin") version "2.0.0"
3
}
4
5
autoConfigure {
@@ -99,8 +99,8 @@ private static String getPublicationName(Project project) {
99
nexusPublishing {
100
repositories {
101
sonatype {
102
- nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
103
- snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/"))
+ nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
+ snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
104
username.set(System.getenv("MAVEN_USERNAME"))
105
password.set(System.getenv("MAVEN_PASSWORD"))
106
0 commit comments