Upgrade to Gradle Enterprise Conventions 0.0.12

Closes gh-33674
This commit is contained in:
Andy Wilkinson 2023-01-03 15:54:03 +00:00
parent b10b788cd8
commit 68531bfba9

View File

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