Skip to content

Commit ea5dfde

Browse files
committed
Switch to latest snapshots of the GE conventions plugin
See gh-20034
1 parent 35991d5 commit ea5dfde

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/plugins-snapshot'
77
}
88
if (version.endsWith('BUILD-SNAPSHOT')) {
99
maven { url "https://repo.spring.io/snapshot" }
@@ -23,7 +23,7 @@ pluginManagement {
2323

2424
plugins {
2525
id "com.gradle.enterprise" version "3.1.1"
26-
id "io.spring.gradle-enterprise-conventions" version "0.0.1"
26+
id "io.spring.gradle-enterprise-conventions" version "0.0.2-SNAPSHOT"
2727
}
2828

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

0 commit comments

Comments
 (0)