Upgrade to Gradle Enterprise Conventions 0.0.10

Closes gh-31470
This commit is contained in:
Andy Wilkinson 2022-06-20 15:56:31 +01:00
parent 46a5e5d9d4
commit 2a01473ba9

View File

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