We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f1bf3a commit ec8c201Copy full SHA for ec8c201
1 file changed
settings.gradle
@@ -4,9 +4,10 @@ plugins {
4
5
develocity {
6
buildScan {
7
- termsOfServiceUrl = 'https://gradle.com/terms-of-service'
8
- termsOfServiceAgree = 'yes'
+ termsOfUseUrl = "https://gradle.com/help/legal-terms-of-use"
+ termsOfUseAgree = 'yes'
9
}
10
11
12
+
13
rootProject.name = 'nebula-clojure-plugin'
0 commit comments