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 8956c0a commit 0afa745Copy full SHA for 0afa745
gradle/published-java-module.gradle
@@ -161,7 +161,7 @@ gradle.taskGraph.whenReady { TaskExecutionGraph graph ->
161
else {
162
// signing was not explicitly requested and we are not publishing to OSSRH,
163
// - disable all Sign tasks
164
- tasks.withType( Sign ).each { enabled = false }
+ tasks.withType( Sign ).each { t-> t.enabled = false }
165
}
166
167
0 commit comments