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 d6e8282 commit 7efe174Copy full SHA for 7efe174
gradle/published-java-module.gradle
@@ -156,7 +156,7 @@ gradle.taskGraph.whenReady { TaskExecutionGraph graph ->
156
else {
157
// signing was not explicitly requested and we are not publishing to OSSRH,
158
// - disable all Sign tasks
159
- tasks.withType( Sign ).each { enabled = false }
+ tasks.withType( Sign ).each { t-> t.enabled = false }
160
}
161
162
0 commit comments