Remove Gradle Enterprise (GE) Conventions Gradle Plugins.

This commit is contained in:
John Blum
2023-06-09 15:00:16 -07:00
parent f602643202
commit 401afbfe44

View File

@@ -2,20 +2,13 @@ pluginManagement {
repositories {
mavenCentral()
gradlePluginPortal()
maven {
url 'https://repo.spring.io/release'
}
maven { url 'https://repo.spring.io/release' }
if (version.endsWith('-SNAPSHOT')) {
maven { url "https://repo.spring.io/snapshot" }
}
}
}
plugins {
id "com.gradle.enterprise" version "3.11.1"
id "io.spring.ge.conventions" version "0.0.11"
}
rootProject.name = 'spring-session-data-geode-build'
FileTree buildFiles = fileTree(rootDir) {