mirror of
https://github.com/gradle/actions.git
synced 2025-08-18 23:01:27 +08:00
Bumps com.gradle.develocity from 3.17 to 3.17.1. --- updated-dependencies: - dependency-name: com.gradle.develocity dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
12 lines
235 B
Groovy
12 lines
235 B
Groovy
plugins {
|
|
id "com.gradle.develocity" version "3.17.1"
|
|
}
|
|
|
|
develocity {
|
|
buildScan {
|
|
termsOfUseUrl = "https://gradle.com/help/legal-terms-of-use"
|
|
termsOfUseAgree = "yes"
|
|
uploadInBackground = false
|
|
}
|
|
}
|