mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-03 17:22:13 +00:00
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 ->
|
allprojects { project ->
|
||||||
project.repositories { repos ->
|
project.repositories { repos ->
|
||||||
all { repo ->
|
all { repo ->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user