Skip to content

Commit b5db386

Browse files
committed
Fix "Space-assignment syntax in Groovy DSL has been deprecated.`"
Signed-off-by: Manoel Campos <manoelcampos@gmail.com>
1 parent 00e7241 commit b5db386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ publishing {
195195

196196

197197
signing {
198-
required { !version.endsWith("SNAPSHOT") && gradle.taskGraph.hasTask("publish") }
198+
required = { !version.endsWith("SNAPSHOT") && gradle.taskGraph.hasTask("publish") }
199199
sign publishing.publications.mavenJava
200200
}
201201

0 commit comments

Comments
 (0)