Upgrade to the latest Gradle Enterprise

This commit is contained in:
Artem Bilan
2023-12-07 13:19:35 -05:00
parent 2312e53b15
commit b73175df4d

View File

@@ -1,14 +1,6 @@
pluginManagement {
repositories {
mavenCentral()
gradlePluginPortal()
maven { url 'https://repo.spring.io/release' }
}
}
plugins {
id 'com.gradle.enterprise' version '3.12.3'
id "io.spring.ge.conventions" version "0.0.13"
id 'com.gradle.enterprise' version '3.16'
id 'io.spring.ge.conventions' version '0.0.14'
}
rootProject.name = 'spring-kafka-dist'