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