Skip to content

Commit 1bac549

Browse files
committed
Fix artifactoryUsername/Password in build.gradle
Missing )
1 parent 07479dc commit 1bac549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ subprojects {
4444
}
4545
}
4646

47-
if (project.hasProperty('artifactoryUsername') {
47+
if (project.hasProperty('artifactoryUsername')) {
4848
allprojects { project ->
4949
project.repositories { repos ->
5050
all { repo ->

0 commit comments

Comments
 (0)