Fix artifactoryUsername/Password in build.gradle
Missing )
This commit is contained in:
parent
07479dce6d
commit
1bac5498dd
|
@ -44,7 +44,7 @@ subprojects {
|
|||
}
|
||||
}
|
||||
|
||||
if (project.hasProperty('artifactoryUsername') {
|
||||
if (project.hasProperty('artifactoryUsername')) {
|
||||
allprojects { project ->
|
||||
project.repositories { repos ->
|
||||
all { repo ->
|
||||
|
|
Loading…
Reference in New Issue