2022-08-25 20:18:04 -06:00
|
|
|
plugins {
|
2024-11-14 02:28:27 +00:00
|
|
|
id "com.gradle.develocity" version "3.18.2"
|
2024-04-17 19:03:52 -06:00
|
|
|
id "com.gradle.common-custom-user-data-gradle-plugin" version "2.0.1"
|
2022-08-25 20:18:04 -06:00
|
|
|
}
|
|
|
|
|
|
2024-04-03 15:09:53 -06:00
|
|
|
develocity {
|
2022-08-25 20:18:04 -06:00
|
|
|
buildScan {
|
2024-04-03 15:09:53 -06:00
|
|
|
termsOfUseUrl = "https://gradle.com/help/legal-terms-of-use"
|
|
|
|
|
termsOfUseAgree = "yes"
|
2022-08-25 20:18:04 -06:00
|
|
|
uploadInBackground = false
|
|
|
|
|
}
|
|
|
|
|
}
|
2022-06-04 21:00:05 -06:00
|
|
|
rootProject.name = 'test-init-scripts'
|