Skip to content

Commit

Permalink
HHH-18912 - ORM release process
Browse files Browse the repository at this point in the history
  • Loading branch information
sebersole authored and beikov committed Dec 18, 2024
1 parent 8956c0a commit 0afa745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/published-java-module.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,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 0afa745

Please sign in to comment.