We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3467344 commit b8e3d0aCopy full SHA for b8e3d0a
build.gradle
@@ -254,10 +254,10 @@ publishing {
254
}
255
repositories {
256
maven {
257
- def releasesRepoURL = "https://oss.sonatype.org/service/local/staging/deploy/maven2"
258
- def snapshotsRepoURL = "https://oss.sonatype.org/content/repositories/snapshots"
+ name = 'ossrh-staging-api'
+ def releasesRepoURL = "https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/"
259
+ def snapshotsRepoURL = "https://central.sonatype.com/repository/maven-snapshots/"
260
url = !version.endsWith("SNAPSHOT") ? releasesRepoURL : snapshotsRepoURL
-
261
credentials {
262
username ossrhUsername
263
password ossrhPassword
0 commit comments