Commit ea5dfdec authored by Andy Wilkinson's avatar Andy Wilkinson

Switch to latest snapshots of the GE conventions plugin

See gh-20034
parent 35991d5e
...@@ -3,7 +3,7 @@ pluginManagement { ...@@ -3,7 +3,7 @@ pluginManagement {
mavenCentral() mavenCentral()
gradlePluginPortal() gradlePluginPortal()
maven { maven {
url 'https://repo.spring.io/plugins-release' url 'https://repo.spring.io/plugins-snapshot'
} }
if (version.endsWith('BUILD-SNAPSHOT')) { if (version.endsWith('BUILD-SNAPSHOT')) {
maven { url "https://repo.spring.io/snapshot" } maven { url "https://repo.spring.io/snapshot" }
...@@ -23,7 +23,7 @@ pluginManagement { ...@@ -23,7 +23,7 @@ pluginManagement {
plugins { plugins {
id "com.gradle.enterprise" version "3.1.1" id "com.gradle.enterprise" version "3.1.1"
id "io.spring.gradle-enterprise-conventions" version "0.0.1" id "io.spring.gradle-enterprise-conventions" version "0.0.2-SNAPSHOT"
} }
rootProject.name="spring-boot-build" rootProject.name="spring-boot-build"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment