Skip to content

Commit

Permalink
Actually sign artifacts when on a non-snapshot version.
Browse files Browse the repository at this point in the history
  • Loading branch information
sjudd committed Sep 29, 2022
1 parent fd8e68a commit 9b06c4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/upload.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ afterEvaluate { project ->
}

signing {
required { isReleaseBuild() && gradle.taskGraph.hasTask('publish') }
sign publishing.publications.mavenJava
required { isReleaseBuild() }
sign publishing.publications
}
}

0 comments on commit 9b06c4a

Please sign in to comment.