Configure the Gradle Enterprise server Gradle Plugin.
Configure the Springe Gradle Enterprise server conventions Gradle Plugin. Configure Gradle Plugin Management.
This commit is contained in:
@@ -1,3 +1,21 @@
|
||||
pluginManagement {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
gradlePluginPortal()
|
||||
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.10.2"
|
||||
id "io.spring.ge.conventions" version "0.0.10"
|
||||
}
|
||||
|
||||
rootProject.name = 'spring-session-data-geode-build'
|
||||
|
||||
FileTree buildFiles = fileTree(rootDir) {
|
||||
|
||||
Reference in New Issue
Block a user