File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11plugins {
2- id(" io.github.gradle-nexus.publish-plugin" ) version " 1.1 .0"
2+ id(" io.github.gradle-nexus.publish-plugin" ) version " 2.0 .0"
33}
44
55autoConfigure {
@@ -99,8 +99,8 @@ private static String getPublicationName(Project project) {
9999nexusPublishing {
100100 repositories {
101101 sonatype {
102- nexusUrl. set(uri(" https://s01.oss .sonatype.org /service/local/" ))
103- snapshotRepositoryUrl. set(uri(" https://s01.oss. sonatype.org/content/repositories/ snapshots/" ))
102+ nexusUrl. set(uri(" https://ossrh-staging-api.central .sonatype.com /service/local/" ))
103+ snapshotRepositoryUrl. set(uri(" https://central. sonatype.com/repository/maven- snapshots/" ))
104104 username. set(System . getenv(" MAVEN_USERNAME" ))
105105 password. set(System . getenv(" MAVEN_PASSWORD" ))
106106 }
You can’t perform that action at this time.
0 commit comments