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 d276be6 commit 1e1e1ddCopy full SHA for 1e1e1dd
build.gradle
@@ -25,4 +25,4 @@ allprojects {
25
}
26
27
28
-apply plugin: 'android-reporting'
+apply plugin: 'android-reporting'
maven_push.gradle
@@ -23,7 +23,7 @@ if (ext.hasProperty('signing.keyId') && !ext.hasProperty('signing.password')) {
23
ext.set('signing.password', 'dummy')
24
-if (!ext.hasProperty('nexusPassword')) {
+if (System.env.TERM != 'dumb' && !ext.hasProperty('nexusPassword')) {
if (System.console())
project.ext.set('nexusPassword', new String(System.console().readPassword("\n\$ Type in password for Sonatype nexus account ${nexusUsername}: ")))
29
else
0 commit comments