We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3e1d375 + ec8c201 commit 038c8adCopy full SHA for 038c8ad
1 file changed
settings.gradle
@@ -1,13 +1,13 @@
1
plugins {
2
- id 'com.gradle.enterprise' version '3.15.1'
+ id 'com.gradle.develocity' version '3.19'
3
}
4
5
-gradleEnterprise {
+develocity {
6
buildScan {
7
- publishAlways()
8
- termsOfServiceUrl = 'https://gradle.com/terms-of-service'
9
- termsOfServiceAgree = 'yes'
+ termsOfUseUrl = "https://gradle.com/help/legal-terms-of-use"
+ termsOfUseAgree = 'yes'
10
11
12
+
13
rootProject.name = 'nebula-clojure-plugin'
0 commit comments