File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,9 @@ plugins {
44
55nexusPublishing.repositories {
66 sonatype {
7- nexusUrl = uri(" https://s01.oss .sonatype.org /service/local/" )
8- snapshotRepositoryUrl = uri(" https://s01.oss. sonatype.org/content/repositories/ snapshots/" )
7+ nexusUrl = uri(" https://ossrh-staging-api.central .sonatype.com /service/local/" )
8+ snapshotRepositoryUrl = uri(" https://central. sonatype.com/repository/maven- snapshots/" )
99 }
10-
1110}
1211
1312tasks.register(" printVersion" ) {
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ slf4j = "2.0.7"
66log4j = " 2.20.0"
77
88[plugins ]
9- nexusPublish = " io.github.gradle-nexus.publish-plugin:1.3 .0"
9+ nexusPublish = " io.github.gradle-nexus.publish-plugin:2.0 .0"
1010
1111[libraries ]
1212# Deps
You can’t perform that action at this time.
0 commit comments