From 45da357058e8895764917977ba4fffc671aa14a6 Mon Sep 17 00:00:00 2001 From: Eric Haag Date: Tue, 15 Apr 2025 10:49:26 -0500 Subject: [PATCH 1/2] Migrate to Spring Develocity Conventions Signed-off-by: Eric Haag --- settings.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/settings.gradle b/settings.gradle index 71191ba5..5f06bb2d 100644 --- a/settings.gradle +++ b/settings.gradle @@ -15,8 +15,7 @@ pluginManagement { } plugins { - id "com.gradle.enterprise" version "3.16.2" - id "io.spring.ge.conventions" version "0.0.15" + id "io.spring.develocity.conventions" version "0.0.22" } include ":reactive:rsocket:hello-security" From 557691eb9eb2162fc66f8846a8669b7369632477 Mon Sep 17 00:00:00 2001 From: Eric Haag Date: Tue, 15 Apr 2025 10:53:17 -0500 Subject: [PATCH 2/2] Remove terms of service agreement Signed-off-by: Eric Haag --- build.gradle | 7 ------- 1 file changed, 7 deletions(-) diff --git a/build.gradle b/build.gradle index 5a799cce..9fa29d2d 100644 --- a/build.gradle +++ b/build.gradle @@ -55,13 +55,6 @@ allprojects { } -if (hasProperty('buildScan')) { - buildScan { - termsOfServiceUrl = 'https://gradle.com/terms-of-service' - termsOfServiceAgree = 'yes' - } -} - repositories { mavenCentral() }