gradle-build-action/.github/workflow-samples/no-wrapper-gradle-5/build.gradle
dependabot[bot] cad1ce4021
Bump com.gradle.build-scan
Bumps com.gradle.build-scan from 3.14.1 to 3.15.

---
updated-dependencies:
- dependency-name: com.gradle.build-scan
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-13 22:30:56 +00:00

12 lines
264 B
Groovy

plugins {
id "com.gradle.build-scan" version "3.15"
}
gradleEnterprise {
buildScan {
termsOfServiceUrl = "https://gradle.com/terms-of-service"
termsOfServiceAgree = "yes"
publishAlways()
uploadInBackground = false
}
}