Upgrade Gradle conventions & enterprise plugins

This commit is contained in:
Brian Clozel
2023-01-13 14:32:35 +01:00
parent f8c3e496aa
commit 2c9a511aef

View File

@@ -1,12 +1,6 @@
pluginManagement {
repositories {
mavenCentral()
maven {
url 'https://repo.spring.io/release'
}
maven {
url "https://repo.spring.io/snapshot"
}
gradlePluginPortal()
}
resolutionStrategy {
@@ -19,8 +13,8 @@ pluginManagement {
}
plugins {
id "com.gradle.enterprise" version "3.11.1"
id "io.spring.ge.conventions" version "0.0.9"
id "com.gradle.enterprise" version "3.12.1"
id "io.spring.ge.conventions" version "0.0.13"
}
rootProject.name = 'spring-graphql'