actions/sources/test/init-scripts/settings.gradle

14 lines
344 B
Groovy
Raw Normal View History

plugins {
id "com.gradle.develocity" version "3.17"
2024-03-12 16:10:21 +13:00
id "com.gradle.common-custom-user-data-gradle-plugin" version "1.13"
}
develocity {
buildScan {
termsOfUseUrl = "https://gradle.com/help/legal-terms-of-use"
termsOfUseAgree = "yes"
uploadInBackground = false
}
}
rootProject.name = 'test-init-scripts'