Skip to content

Commit 401afbf

Browse files
committed
Remove Gradle Enterprise (GE) Conventions Gradle Plugins.
1 parent f602643 commit 401afbf

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

settings.gradle

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,13 @@ pluginManagement {
22
repositories {
33
mavenCentral()
44
gradlePluginPortal()
5-
maven {
6-
url 'https://repo.spring.io/release'
7-
}
5+
maven { url 'https://repo.spring.io/release' }
86
if (version.endsWith('-SNAPSHOT')) {
97
maven { url "https://repo.spring.io/snapshot" }
108
}
119
}
1210
}
1311

14-
plugins {
15-
id "com.gradle.enterprise" version "3.11.1"
16-
id "io.spring.ge.conventions" version "0.0.11"
17-
}
18-
1912
rootProject.name = 'spring-session-data-geode-build'
2013

2114
FileTree buildFiles = fileTree(rootDir) {

0 commit comments

Comments
 (0)