|
|
|
|
@ -15,11 +15,11 @@
@@ -15,11 +15,11 @@
|
|
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
pluginManagement { |
|
|
|
|
evaluate(new File("${gradle.parent.rootProject.rootDir}/buildSrc/SpringRepositorySupport.groovy")).apply(this) |
|
|
|
|
repositories { |
|
|
|
|
maven { url "file:${rootDir}/../int-test-maven-repository"} |
|
|
|
|
mavenCentral() |
|
|
|
|
maven { url "https://repo.spring.io/snapshot" } |
|
|
|
|
maven { url "https://repo.spring.io/milestone" } |
|
|
|
|
spring.mavenRepositories() |
|
|
|
|
} |
|
|
|
|
resolutionStrategy { |
|
|
|
|
eachPlugin { |
|
|
|
|
|