Merge branch '2.4.x' into 2.5.x

Closes gh-27426
This commit is contained in:
Andy Wilkinson 2021-07-21 11:02:34 +01:00
commit bc9b34f031

View File

@ -3,7 +3,7 @@ pluginManagement {
mavenCentral()
gradlePluginPortal()
maven {
url 'https://repo.spring.io/plugins-release'
url 'https://repo.spring.io/release'
}
if (version.endsWith('-SNAPSHOT')) {
maven { url "https://repo.spring.io/snapshot" }
@ -23,7 +23,7 @@ pluginManagement {
plugins {
id "com.gradle.enterprise" version "3.6.1"
id "io.spring.ge.conventions" version "0.0.7"
id "io.spring.ge.conventions" version "0.0.8"
}
rootProject.name="spring-boot-build"