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.
2 parents 2ae8e29 + 613e503 commit d7ec6b7Copy full SHA for d7ec6b7
gradlew
100644
100755
scripts/publish.gradle
@@ -13,7 +13,7 @@ publishing {
13
repositories {
14
maven {
15
name = "sonatype"
16
- def releaseUrl = "https://s01.oss.sonatype.org/service/local/"
+ def releaseUrl = "https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/"
17
def snapshotUrl = "https://s01.oss.sonatype.org/content/repositories/snapshots/"
18
url = version.endsWith('-SNAPSHOT') ? snapshotUrl : releaseUrl
19
credentials {
0 commit comments