We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 718af6c commit 711033dCopy full SHA for 711033d
gradle/published-java-module.gradle
@@ -157,7 +157,7 @@ gradle.taskGraph.whenReady { TaskExecutionGraph graph ->
157
else {
158
// signing was not explicitly requested and we are not publishing to OSSRH,
159
// - disable all Sign tasks
160
- tasks.withType( Sign ).each { enabled = false }
+ tasks.withType( Sign ).each { t-> t.enabled = false }
161
}
162
163
0 commit comments