Skip to content

Commit

Permalink
[#1095] Sign the artifacts for Sonatype
Browse files Browse the repository at this point in the history
  • Loading branch information
sebersole committed Dec 18, 2024
1 parent 63d2792 commit 7263120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ gradle.taskGraph.whenReady { TaskExecutionGraph graph ->
else {
// signing was not explicitly requested and we are not publishing to OSSRH,
// - disable all Sign tasks
tasks.withType( Sign ).each { enabled = false }
tasks.withType( Sign ).each { t-> t.enabled = false }
}
}

Expand Down

0 comments on commit 7263120

Please sign in to comment.