Browse Source

Revert back to /snapshot repository for SNAPTHOTs

See gh-22640
pull/22681/head
Brian Clozel 6 years ago
parent
commit
89688d61ac
  1. 2
      build.gradle
  2. 2
      spring-boot-tests/spring-boot-integration-tests/spring-boot-launch-script-tests/app/build.gradle

2
build.gradle

@ -21,7 +21,7 @@ allprojects { @@ -21,7 +21,7 @@ allprojects {
maven { url "https://repo.spring.io/milestone" }
}
if (version.endsWith('-SNAPSHOT')) {
maven { url "https://repo.spring.io/libs-snapshot" }
maven { url "https://repo.spring.io/snapshot" }
}
}

2
spring-boot-tests/spring-boot-integration-tests/spring-boot-launch-script-tests/app/build.gradle

@ -8,8 +8,8 @@ apply plugin: "io.spring.dependency-management" @@ -8,8 +8,8 @@ apply plugin: "io.spring.dependency-management"
repositories {
maven { url "file:${rootDir}/../int-test-maven-repository"}
mavenCentral()
maven { url "https://repo.spring.io/libs-snapshot" }
maven { url "https://repo.spring.io/milestone" }
maven { url "https://repo.spring.io/snapshot" }
}
dependencies {

Loading…
Cancel
Save