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

14 lines
347 B
Groovy
Raw Permalink Normal View History

plugins {
id "com.gradle.develocity" version "3.18.2"
2024-11-15 21:10:13 +00:00
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'