Skip to content

Commit

Permalink
build: disable snasphot signing
Browse files Browse the repository at this point in the history
  • Loading branch information
manticore-projects committed Dec 28, 2023
1 parent 258ee2d commit c73ea37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -541,8 +541,8 @@ publishing {
maven {
name "ossrh"

def releasesRepoUrl = "https://oss.sonatype.org/content/repositories/snapshots"
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"
url = version.endsWith('SNAPSHOT') ? snapshotsRepoUrl : releasesRepoUrl
credentials {
username = System.getenv("ossrhUsername")
Expand Down

0 comments on commit c73ea37

Please sign in to comment.