Skip to content

Commit 7ed0a18

Browse files
committed
Use Develocity to Produce Build Scans
Closes gh-932
1 parent f66085c commit 7ed0a18

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

build.gradle

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,13 @@ s101 {
6969
configurationDirectory = project.file("etc/s101")
7070
}
7171

72+
develocity {
73+
buildScan {
74+
termsOfUseUrl = 'https://gradle.com/help/legal-terms-of-use'
75+
termsOfUseAgree = 'yes'
76+
}
77+
}
78+
7279
allprojects {
7380
if (!['spring-ldap-bom', 'spring-security-docs'].contains(project.name)) {
7481
apply plugin: 'io.spring.javaformat'

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ pluginManagement {
99
}
1010

1111
plugins {
12-
id "com.gradle.enterprise" version "3.17.2"
12+
id "com.gradle.develocity" version "3.17.2"
1313
id "io.spring.ge.conventions" version "0.0.17"
1414
}
1515

0 commit comments

Comments
 (0)