Skip to content

Commit

Permalink
fix the release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
bjansen-caps committed Dec 10, 2024
1 parent 5654862 commit 83da523
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ publishing {

signing {
afterEvaluate { project ->
required { isReleaseVersion && gradle.taskGraph.hasTask("uploadArchives") }
def signingKey = findProperty("signingKey")
def signingPassword = findProperty("signingPassword")
useInMemoryPgpKeys(signingKey, signingPassword)
Expand Down

0 comments on commit 83da523

Please sign in to comment.