mirror of
https://github.com/gradle/gradle-build-action.git
synced 2024-11-23 08:41:01 -05:00
fba23f26a1
Bumps com.gradle.build-scan from 3.10.2 to 3.10.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.10.3"
|
|
}
|
|
|
|
gradleEnterprise {
|
|
buildScan {
|
|
termsOfServiceUrl = "https://gradle.com/terms-of-service"
|
|
termsOfServiceAgree = "yes"
|
|
publishAlways()
|
|
uploadInBackground = false
|
|
}
|
|
}
|