Skip to content

Commit 0afa745

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

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
@@ -161,7 +161,7 @@ gradle.taskGraph.whenReady { TaskExecutionGraph graph ->
161161
else {
162162
// signing was not explicitly requested and we are not publishing to OSSRH,
163163
// - disable all Sign tasks
164-
tasks.withType( Sign ).each { enabled = false }
164+
tasks.withType( Sign ).each { t-> t.enabled = false }
165165
}
166166
}
167167

0 commit comments

Comments
 (0)