File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -143,10 +143,8 @@ sourceSets.main.resources.srcDir "${swaggerSources.typesense.code.outputDir}/src
143143nexusPublishing {
144144 repositories {
145145 sonatype {
146- nexusUrl. set(uri(" https://s01.oss.sonatype.org/service/local/" ))
147- snapshotRepositoryUrl. set(uri(" https://s01.oss.sonatype.org/content/repositories/snapshots/" ))
148- username = findProperty(" ossrhToken" ) as String
149- password = findProperty(" ossrhTokenPassword" ) as String
146+ nexusUrl. set(uri(" https://ossrh-staging-api.central.sonatype.com/service/local/" ))
147+ snapshotRepositoryUrl. set(uri(" https://central.sonatype.com/repository/maven-snapshots/" ))
150148 }
151149 }
152150}
You can’t perform that action at this time.
0 commit comments