Skip to content

Commit

Permalink
Fix signing
Browse files Browse the repository at this point in the history
The Gradle Publish plugin would sign artifacts originally, but this was removed in 749b040
  • Loading branch information
ciscoo committed Dec 24, 2024
1 parent a5f512a commit 333f93a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cxf-codegen-gradle/cxf-codegen-gradle.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ val isCIEnvironment = System.getenv("CI")?.toBoolean() ?: false

signing {
isRequired = !(isSnapshot || isCIEnvironment)
sign(publishing.publications)
}

afterEvaluate {
Expand Down

0 comments on commit 333f93a

Please sign in to comment.