From 2c9a511aef35c067afc091942c3012043c0f49b8 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Fri, 13 Jan 2023 14:32:35 +0100 Subject: [PATCH] Upgrade Gradle conventions & enterprise plugins --- settings.gradle | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/settings.gradle b/settings.gradle index c01f57d8..5374228a 100644 --- a/settings.gradle +++ b/settings.gradle @@ -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'