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" }