mirror of
https://github.com/gradle/gradle-build-action.git
synced 2024-11-23 00:30:57 -05:00
3c3fdfcc0c
The `.github/workflows` directory has additional permissions attached, preventing these files from being by the Upgrade Gradle Wrapper plugin.
12 lines
263 B
Groovy
12 lines
263 B
Groovy
plugins {
|
|
id "com.gradle.build-scan" version "3.9"
|
|
}
|
|
|
|
gradleEnterprise {
|
|
buildScan {
|
|
termsOfServiceUrl = "https://gradle.com/terms-of-service"
|
|
termsOfServiceAgree = "yes"
|
|
publishAlways()
|
|
uploadInBackground = false
|
|
}
|
|
}
|