Skip to content

Commit 7263120

Browse files
committed
[#1095] Sign the artifacts for Sonatype
1 parent 63d2792 commit 7263120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ gradle.taskGraph.whenReady { TaskExecutionGraph graph ->
127127
else {
128128
// signing was not explicitly requested and we are not publishing to OSSRH,
129129
// - disable all Sign tasks
130-
tasks.withType( Sign ).each { enabled = false }
130+
tasks.withType( Sign ).each { t-> t.enabled = false }
131131
}
132132
}
133133

0 commit comments

Comments
 (0)