Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesLichtenberger authored Nov 15, 2023
1 parent 84e1f3d commit 962df6f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -199,12 +199,6 @@ subprojects {

ext.isReleaseVersion = !rootProject.getProperties().version.endsWith('SNAPSHOT')

tasks.withType(Sign).tap {
configureEach {
onlyIf { isReleaseVersion }
}
}

signing {
def signingKey = System.getenv("OSSRH_GPG_SECRET_KEY")
def signingPassword = System.getenv("OSSRH_GPG_SECRET_KEY_PASSWORD")
Expand Down

0 comments on commit 962df6f

Please sign in to comment.