mirror of
https://github.com/gradle/actions
synced 2024-11-23 18:02:13 +00:00
13 lines
347 B
Groovy
13 lines
347 B
Groovy
plugins {
|
|
id "com.gradle.develocity" version "3.18.2"
|
|
id "com.gradle.common-custom-user-data-gradle-plugin" version "2.0.2"
|
|
}
|
|
|
|
develocity {
|
|
buildScan {
|
|
termsOfUseUrl = "https://gradle.com/help/legal-terms-of-use"
|
|
termsOfUseAgree = "yes"
|
|
uploadInBackground = false
|
|
}
|
|
}
|
|
rootProject.name = 'test-init-scripts'
|