Use Develocity to Produce Build Scans

Closes gh-932
This commit is contained in:
Josh Cummings
2024-10-01 16:14:13 -06:00
parent ccbf212169
commit 64c1eff817
2 changed files with 8 additions and 1 deletions

View File

@@ -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'

View File

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