We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2890c6d commit 7995adaCopy full SHA for 7995ada
settings.gradle
@@ -1,13 +1,12 @@
1
plugins {
2
- id 'com.gradle.enterprise' version '3.15.1'
+ id("com.gradle.develocity") version "4.3"
3
}
4
5
-gradleEnterprise {
6
- buildScan {
7
- publishAlways()
8
- termsOfServiceUrl = 'https://gradle.com/terms-of-service'
9
- termsOfServiceAgree = 'yes'
10
- }
+develocity {
+ buildScan {
+ termsOfUseUrl.set("https://gradle.com/terms-of-service")
+ termsOfUseAgree.set("yes")
+ }
11
12
13
rootProject.name = 'nebula-node-plugin'
0 commit comments