Skip to content

Commit

Permalink
Upgrade to Gradle Enterprise Conventions Plugin 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed Feb 5, 2020
1 parent 5c2b28c commit 6abd4f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pluginManagement {
mavenCentral()
gradlePluginPortal()
maven {
url 'https://repo.spring.io/plugins-snapshot'
url 'https://repo.spring.io/plugins-release'
}
if (version.endsWith('BUILD-SNAPSHOT')) {
maven { url "https://repo.spring.io/snapshot" }
Expand All @@ -23,7 +23,7 @@ pluginManagement {

plugins {
id "com.gradle.enterprise" version "3.1.1"
id "io.spring.gradle-enterprise-conventions" version "0.0.2-SNAPSHOT"
id "io.spring.gradle-enterprise-conventions" version "0.0.2"
}

rootProject.name="spring-boot-build"
Expand Down

0 comments on commit 6abd4f0

Please sign in to comment.