Fix artifactoryUsername/Password in build.gradle

Missing )
This commit is contained in:
Rob Winch 2020-11-17 09:05:37 -06:00
parent 07479dce6d
commit 1bac5498dd

View File

@ -44,7 +44,7 @@ subprojects {
} }
} }
if (project.hasProperty('artifactoryUsername') { if (project.hasProperty('artifactoryUsername')) {
allprojects { project -> allprojects { project ->
project.repositories { repos -> project.repositories { repos ->
all { repo -> all { repo ->