mirror of
https://github.com/gradle/gradle-build-action.git
synced 2024-11-22 17:12:51 +00:00
45abe419bb
Bumps com.gradle.build-scan from 3.11.2 to 3.11.3. --- updated-dependencies: - dependency-name: com.gradle.build-scan dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
12 lines
266 B
Groovy
12 lines
266 B
Groovy
plugins {
|
|
id "com.gradle.build-scan" version "3.11.3"
|
|
}
|
|
|
|
gradleEnterprise {
|
|
buildScan {
|
|
termsOfServiceUrl = "https://gradle.com/terms-of-service"
|
|
termsOfServiceAgree = "yes"
|
|
publishAlways()
|
|
uploadInBackground = false
|
|
}
|
|
}
|