mirror of
https://github.com/gradle/actions
synced 2024-12-17 21:52:21 +00:00
11 lines
235 B
Groovy
11 lines
235 B
Groovy
plugins {
|
|
id "com.gradle.develocity" version "3.18.1"
|
|
}
|
|
|
|
develocity {
|
|
buildScan {
|
|
termsOfUseUrl = "https://gradle.com/help/legal-terms-of-use"
|
|
termsOfUseAgree = "yes"
|
|
uploadInBackground = false
|
|
}
|
|
}
|