From f185e07573baf947e5e32a2a5a585d5c7ca2372f Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Wed, 29 Jul 2020 16:26:24 +0200 Subject: [PATCH] Add missing libs-snapshot repository declaration See gh-22640 --- .../spring-boot-launch-script-tests/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-tests/spring-boot-integration-tests/spring-boot-launch-script-tests/app/build.gradle b/spring-boot-tests/spring-boot-integration-tests/spring-boot-launch-script-tests/app/build.gradle index a7170913d1d..265bc510e15 100644 --- a/spring-boot-tests/spring-boot-integration-tests/spring-boot-launch-script-tests/app/build.gradle +++ b/spring-boot-tests/spring-boot-integration-tests/spring-boot-launch-script-tests/app/build.gradle @@ -8,7 +8,7 @@ apply plugin: "io.spring.dependency-management" repositories { maven { url "file:${rootDir}/../int-test-maven-repository"} mavenCentral() - maven { url "https://repo.spring.io/snapshot" } + maven { url "https://repo.spring.io/libs-snapshot" } maven { url "https://repo.spring.io/milestone" } }