Skip to content

Commit 0d0d4e5

Browse files
committed
1 parent bb82db9 commit 0d0d4e5

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
@@ -101,7 +101,7 @@ gradle.taskGraph.whenReady { TaskExecutionGraph graph ->
101101
else {
102102
// signing was not explicitly requested and we are not publishing to OSSRH,
103103
// - disable all Sign tasks
104-
tasks.withType( Sign ).each { enabled = false }
104+
tasks.withType( Sign ).each { t-> t.enabled = false }
105105
}
106106
}
107107

0 commit comments

Comments
 (0)