Skip to content

Commit 9b523fe

Browse files
sebersolebeikov
authored andcommitted
HHH-18912 - ORM release process
https://hibernate.atlassian.net/browse/HHH-18912 (cherry picked from commit 0d0d4e5)
1 parent 0452c4f commit 9b523fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/published-java-module.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ gradle.taskGraph.whenReady { TaskExecutionGraph graph ->
157157
else {
158158
// signing was not explicitly requested and we are not publishing to OSSRH,
159159
// - disable all Sign tasks
160-
tasks.withType( Sign ).each { enabled = false }
160+
tasks.withType( Sign ).each { t-> t.enabled = false }
161161
}
162162
}
163163

0 commit comments

Comments
 (0)