mirror of
https://github.com/gradle/actions.git
synced 2025-08-18 14:51:28 +08:00
This PR bumps references to Develocity Gradle plugin from 3.17.3 to 3.17.4. --------- Co-authored-by: Eric Haag <ehaag@gradle.com>
14 lines
340 B
Groovy
14 lines
340 B
Groovy
plugins {
|
|
id "com.gradle.develocity" version "3.17.4"
|
|
id "com.gradle.common-custom-user-data-gradle-plugin" version "2.0.1"
|
|
}
|
|
|
|
develocity {
|
|
buildScan {
|
|
termsOfUseUrl = "https://gradle.com/help/legal-terms-of-use"
|
|
termsOfUseAgree = "yes"
|
|
uploadInBackground = false
|
|
}
|
|
}
|
|
rootProject.name = 'groovy-dsl'
|