Skip to content

Commit c73ea37

Browse files
build: disable snasphot signing
1 parent 258ee2d commit c73ea37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -541,8 +541,8 @@ publishing {
541541
maven {
542542
name "ossrh"
543543

544-
def releasesRepoUrl = "https://oss.sonatype.org/content/repositories/snapshots"
545-
def snapshotsRepoUrl= "https://oss.sonatype.org/service/local/staging/deploy/maven2"
544+
def releasesRepoUrl = "https://oss.sonatype.org/service/local/staging/deploy/maven2"
545+
def snapshotsRepoUrl= "https://oss.sonatype.org/content/repositories/snapshots"
546546
url = version.endsWith('SNAPSHOT') ? snapshotsRepoUrl : releasesRepoUrl
547547
credentials {
548548
username = System.getenv("ossrhUsername")

0 commit comments

Comments
 (0)