We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f66085c commit 7ed0a18Copy full SHA for 7ed0a18
build.gradle
@@ -69,6 +69,13 @@ s101 {
69
configurationDirectory = project.file("etc/s101")
70
}
71
72
+develocity {
73
+ buildScan {
74
+ termsOfUseUrl = 'https://gradle.com/help/legal-terms-of-use'
75
+ termsOfUseAgree = 'yes'
76
+ }
77
+}
78
+
79
allprojects {
80
if (!['spring-ldap-bom', 'spring-security-docs'].contains(project.name)) {
81
apply plugin: 'io.spring.javaformat'
settings.gradle
@@ -9,7 +9,7 @@ pluginManagement {
9
10
11
plugins {
12
- id "com.gradle.enterprise" version "3.17.2"
+ id "com.gradle.develocity" version "3.17.2"
13
id "io.spring.ge.conventions" version "0.0.17"
14
15
0 commit comments