Skip to content

Commit dcced25

Browse files
committed
Upgrade to Gradle Enterprise Conventions 0.0.8
Closes gh-26115
1 parent b5587b0 commit dcced25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

settings.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pluginManagement {
33
mavenCentral()
44
gradlePluginPortal()
55
maven {
6-
url 'https://repo.spring.io/plugins-release'
6+
url 'https://repo.spring.io/release'
77
}
88
if (version.endsWith('-SNAPSHOT')) {
99
maven { url "https://repo.spring.io/snapshot" }
@@ -23,7 +23,7 @@ pluginManagement {
2323

2424
plugins {
2525
id "com.gradle.enterprise" version "3.6.1"
26-
id "io.spring.ge.conventions" version "0.0.7"
26+
id "io.spring.ge.conventions" version "0.0.8"
2727
}
2828

2929
rootProject.name="spring-boot-build"

0 commit comments

Comments
 (0)