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 258ee2d commit c73ea37Copy full SHA for c73ea37
build.gradle
@@ -541,8 +541,8 @@ publishing {
541
maven {
542
name "ossrh"
543
544
- def releasesRepoUrl = "https://oss.sonatype.org/content/repositories/snapshots"
545
- def snapshotsRepoUrl= "https://oss.sonatype.org/service/local/staging/deploy/maven2"
+ def releasesRepoUrl = "https://oss.sonatype.org/service/local/staging/deploy/maven2"
+ def snapshotsRepoUrl= "https://oss.sonatype.org/content/repositories/snapshots"
546
url = version.endsWith('SNAPSHOT') ? snapshotsRepoUrl : releasesRepoUrl
547
credentials {
548
username = System.getenv("ossrhUsername")
0 commit comments