Remove Gradle Enterprise (GE) Conventions Gradle Plugins.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user