We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34d7591 commit 52e1cb6Copy full SHA for 52e1cb6
build.gradle
@@ -143,10 +143,8 @@ sourceSets.main.resources.srcDir "${swaggerSources.typesense.code.outputDir}/src
143
nexusPublishing {
144
repositories {
145
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
+ nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))
+ snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/"))
150
}
151
152
0 commit comments