2022-08-25 20:18:04 -06:00
|
|
|
plugins {
|
2026-01-29 03:00:46 +00:00
|
|
|
id "com.gradle.develocity" version "4.3.2"
|
2025-09-15 23:17:48 +00:00
|
|
|
id "com.gradle.common-custom-user-data-gradle-plugin" version "2.4.0"
|
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'
|