Skip to content

Commit 7efe174

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

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
@@ -156,7 +156,7 @@ gradle.taskGraph.whenReady { TaskExecutionGraph graph ->
156156
else {
157157
// signing was not explicitly requested and we are not publishing to OSSRH,
158158
// - disable all Sign tasks
159-
tasks.withType( Sign ).each { enabled = false }
159+
tasks.withType( Sign ).each { t-> t.enabled = false }
160160
}
161161
}
162162

0 commit comments

Comments
 (0)