mirror of
https://github.com/gradle/gradle-build-action.git
synced 2025-01-13 07:27:00 +08:00
13 lines
264 B
Groovy
13 lines
264 B
Groovy
plugins {
|
|
id("com.gradle.build-scan") version("3.7")
|
|
}
|
|
|
|
gradleEnterprise {
|
|
buildScan {
|
|
termsOfServiceUrl = "https://gradle.com/terms-of-service"
|
|
termsOfServiceAgree = "yes"
|
|
publishAlways()
|
|
uploadInBackground = false
|
|
}
|
|
}
|