We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3efe5ae commit ac331ecCopy full SHA for ac331ec
1 file changed
lib.gradle
@@ -20,7 +20,7 @@ String findJavaCommand(String command) {
20
21
Boolean doSigning(String signingAllowed, Boolean doModule) {
22
def b = signingAllowed.trim() == "true" && doModule
23
- println("signModule: ${project.name} signingEnabled: $signingAllowed module: $doModule")
+// println("signModule: ${project.name} signingEnabled: $signingAllowed module: $doModule")
24
b
25
}
26
0 commit comments