Skip to content

Commit

Permalink
removed signing key
Browse files Browse the repository at this point in the history
  • Loading branch information
capyrightdev committed Aug 15, 2024
1 parent de4563d commit b43e612
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -93,16 +93,7 @@ publishing {
}
}

def signingKey = findProperty('signingKey')
def signingPassword = findProperty('signingPassword')

if (isReleaseVersion && signingKey != null && signingPassword != null) {
signing {
useInMemoryPgpKeys(signingKey, signingPassword)

sign(publishing.publications.mavenJava)
}
}
}

test {
Expand Down

0 comments on commit b43e612

Please sign in to comment.