Skip to content

Commit 2c9a511

Browse files
committed
Upgrade Gradle conventions & enterprise plugins
1 parent f8c3e49 commit 2c9a511

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

settings.gradle

+2-8
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
pluginManagement {
22
repositories {
33
mavenCentral()
4-
maven {
5-
url 'https://repo.spring.io/release'
6-
}
7-
maven {
8-
url "https://repo.spring.io/snapshot"
9-
}
104
gradlePluginPortal()
115
}
126
resolutionStrategy {
@@ -19,8 +13,8 @@ pluginManagement {
1913
}
2014

2115
plugins {
22-
id "com.gradle.enterprise" version "3.11.1"
23-
id "io.spring.ge.conventions" version "0.0.9"
16+
id "com.gradle.enterprise" version "3.12.1"
17+
id "io.spring.ge.conventions" version "0.0.13"
2418
}
2519

2620
rootProject.name = 'spring-graphql'

0 commit comments

Comments
 (0)