Upgrade to Gradle Enterprise 3.14

This commit is contained in:
Brian Clozel
2023-09-22 09:43:44 +02:00
parent d926769a5e
commit 0aec9f12ce

View File

@@ -1,13 +1,5 @@
pluginManagement {
repositories {
mavenCentral()
gradlePluginPortal()
maven { url "https://repo.spring.io/release" }
}
}
plugins {
id "com.gradle.enterprise" version "3.12.6"
id "com.gradle.enterprise" version "3.14"
id "io.spring.ge.conventions" version "0.0.13"
}