mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Consistent configuration of test repository URLs
This commit is contained in:
+1
-1
@@ -29,7 +29,7 @@ java {
|
||||
}
|
||||
|
||||
repositories {
|
||||
maven { url "file:${rootDir}/../test-repository"}
|
||||
maven { url = layout.projectDirectory.dir("../test-repository") }
|
||||
mavenCentral()
|
||||
spring.mavenRepositoriesExcludingBootGroup()
|
||||
}
|
||||
|
||||
+1
-1
@@ -17,7 +17,7 @@
|
||||
pluginManagement {
|
||||
evaluate(new File("${gradle.parent.rootProject.rootDir}/buildSrc/SpringRepositorySupport.groovy")).apply(this)
|
||||
repositories {
|
||||
maven { url "file:${rootDir}/../test-repository"}
|
||||
maven { url = layout.settingsDirectory.dir("../test-repository") }
|
||||
mavenCentral()
|
||||
spring.mavenRepositoriesExcludingBootGroup()
|
||||
}
|
||||
|
||||
+1
-1
@@ -25,7 +25,7 @@ java {
|
||||
}
|
||||
|
||||
repositories {
|
||||
maven { url "file:${rootDir}/../int-test-maven-repository"}
|
||||
maven { url = layout.projectDirectory.dir("../int-test-maven-repository") }
|
||||
mavenCentral()
|
||||
spring.mavenRepositories()
|
||||
}
|
||||
|
||||
+1
-1
@@ -17,7 +17,7 @@
|
||||
pluginManagement {
|
||||
evaluate(new File("${gradle.parent.rootProject.rootDir}/buildSrc/SpringRepositorySupport.groovy")).apply(this)
|
||||
repositories {
|
||||
maven { url "file:${rootDir}/../int-test-maven-repository"}
|
||||
maven { url = layout.settingsDirectory.dir("../int-test-maven-repository") }
|
||||
mavenCentral()
|
||||
spring.mavenRepositories()
|
||||
}
|
||||
|
||||
+1
-1
@@ -27,7 +27,7 @@ java {
|
||||
}
|
||||
|
||||
repositories {
|
||||
maven { url "file:${rootDir}/../int-test-maven-repository"}
|
||||
maven { url = layout.projectDirectory.dir("../int-test-maven-repository") }
|
||||
mavenCentral()
|
||||
spring.mavenRepositories()
|
||||
}
|
||||
|
||||
+1
-1
@@ -17,7 +17,7 @@
|
||||
pluginManagement {
|
||||
evaluate(new File("${gradle.parent.rootProject.rootDir}/buildSrc/SpringRepositorySupport.groovy")).apply(this)
|
||||
repositories {
|
||||
maven { url "file:${rootDir}/../int-test-maven-repository"}
|
||||
maven { url = layout.settingsDirectory.dir("../int-test-maven-repository") }
|
||||
mavenCentral()
|
||||
spring.mavenRepositories()
|
||||
}
|
||||
|
||||
+1
-1
@@ -27,7 +27,7 @@ java {
|
||||
}
|
||||
|
||||
repositories {
|
||||
maven { url "file:${rootDir}/../int-test-maven-repository"}
|
||||
maven { url = layout.projectDirectory.dir("../int-test-maven-repository") }
|
||||
mavenCentral()
|
||||
spring.mavenRepositories()
|
||||
}
|
||||
|
||||
+1
-1
@@ -17,7 +17,7 @@
|
||||
pluginManagement {
|
||||
evaluate(new File("${gradle.parent.rootProject.rootDir}/buildSrc/SpringRepositorySupport.groovy")).apply(this)
|
||||
repositories {
|
||||
maven { url "file:${rootDir}/../int-test-maven-repository"}
|
||||
maven { url = layout.settingsDirectory.dir("../int-test-maven-repository") }
|
||||
mavenCentral()
|
||||
spring.mavenRepositories()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user