Browse Source

Upgrade to Gradle Enterprise Conventions 0.0.11

Closes gh-31697
pull/32521/head
Andy Wilkinson 3 years ago
parent
commit
50aa92e60c
  1. 2
      settings.gradle

2
settings.gradle

@ -23,7 +23,7 @@ pluginManagement { @@ -23,7 +23,7 @@ pluginManagement {
plugins {
id "com.gradle.enterprise" version "3.10.3"
id "io.spring.ge.conventions" version "0.0.10"
id "io.spring.ge.conventions" version "0.0.11"
}
rootProject.name="spring-boot-build"

Loading…
Cancel
Save