File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ if (credentialsFile.exists()) {
2222}
2323
2424// @formatter:off
25- def bintrayUser = properties. get (" BINTRAY_USER" , System . getenv(" bintrayUser" ))
26- def bintrayKey = properties. get (" BINTRAY_KEY" , System . getenv(" bintrayKey" ))
27- def sonatypeUser = properties. get (" SONATYPE_USER" , System . getenv(" sonatypeUser" ))
28- def sonatypePass = properties. get (" SONATYPE_PASS" , System . getenv(" sonatypePass" ))
25+ def bintrayUser = properties. getProperty (" BINTRAY_USER" , System . getenv(" bintrayUser" ))
26+ def bintrayKey = properties. getProperty (" BINTRAY_KEY" , System . getenv(" bintrayKey" ))
27+ def sonatypeUser = properties. getProperty (" SONATYPE_USER" , System . getenv(" sonatypeUser" ))
28+ def sonatypePass = properties. getProperty (" SONATYPE_PASS" , System . getenv(" sonatypePass" ))
2929// @formatter:on
3030
3131allprojects {
You can’t perform that action at this time.
0 commit comments