mirror of
https://github.com/gradle/actions.git
synced 2025-04-26 20:59:18 +08:00
This PR bumps references to Develocity Gradle plugin from 3.19.2 to 4.0. --------- Co-authored-by: daz <daz@gradle.com>
14 lines
337 B
Groovy
14 lines
337 B
Groovy
plugins {
|
|
id "com.gradle.develocity" version "4.0"
|
|
id "com.gradle.common-custom-user-data-gradle-plugin" version "2.2.1"
|
|
}
|
|
|
|
develocity {
|
|
buildScan {
|
|
termsOfUseUrl = "https://gradle.com/help/legal-terms-of-use"
|
|
termsOfUseAgree = "yes"
|
|
uploadInBackground = false
|
|
}
|
|
}
|
|
rootProject.name = 'groovy-dsl'
|