mirror of
https://github.com/gradle/actions.git
synced 2025-04-28 05:39:19 +08:00
12 lines
235 B
Groovy
12 lines
235 B
Groovy
plugins {
|
|
id "com.gradle.develocity" version "3.19.2"
|
|
}
|
|
|
|
develocity {
|
|
buildScan {
|
|
termsOfUseUrl = "https://gradle.com/help/legal-terms-of-use"
|
|
termsOfUseAgree = "yes"
|
|
uploadInBackground = false
|
|
}
|
|
}
|