From 64c1eff8178f97bc39d1c65ec7460163b793c794 Mon Sep 17 00:00:00 2001 From: Josh Cummings Date: Tue, 1 Oct 2024 16:14:13 -0600 Subject: [PATCH] Use Develocity to Produce Build Scans Closes gh-932 --- build.gradle | 7 +++++++ settings.gradle | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5762c1f25..03bc67211 100644 --- a/build.gradle +++ b/build.gradle @@ -69,6 +69,13 @@ s101 { configurationDirectory = project.file("etc/s101") } +develocity { + buildScan { + termsOfUseUrl = 'https://gradle.com/help/legal-terms-of-use' + termsOfUseAgree = 'yes' + } +} + allprojects { if (!['spring-ldap-bom', 'spring-security-docs'].contains(project.name)) { apply plugin: 'io.spring.javaformat' diff --git a/settings.gradle b/settings.gradle index ba6e88fbc..e30b7ee48 100644 --- a/settings.gradle +++ b/settings.gradle @@ -9,7 +9,7 @@ pluginManagement { } plugins { - id "com.gradle.enterprise" version "3.17.2" + id "com.gradle.develocity" version "3.17.2" id "io.spring.ge.conventions" version "0.0.17" }