Skip to content

Commit 1e1e1dd

Browse files
committed
Not releasing to Maven on CI
1 parent d276be6 commit 1e1e1dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ allprojects {
2525
}
2626
}
2727

28-
apply plugin: 'android-reporting'
28+
apply plugin: 'android-reporting'

maven_push.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if (ext.hasProperty('signing.keyId') && !ext.hasProperty('signing.password')) {
2323
ext.set('signing.password', 'dummy')
2424
}
2525

26-
if (!ext.hasProperty('nexusPassword')) {
26+
if (System.env.TERM != 'dumb' && !ext.hasProperty('nexusPassword')) {
2727
if (System.console())
2828
project.ext.set('nexusPassword', new String(System.console().readPassword("\n\$ Type in password for Sonatype nexus account ${nexusUsername}: ")))
2929
else

0 commit comments

Comments
 (0)