mirror of
https://github.com/gradle/gradle-build-action.git
synced 2024-11-22 16:20:59 -05:00
12 lines
266 B
Groovy
12 lines
266 B
Groovy
plugins {
|
|
id "com.gradle.build-scan" version "3.15.1"
|
|
}
|
|
|
|
gradleEnterprise {
|
|
buildScan {
|
|
termsOfServiceUrl = "https://gradle.com/terms-of-service"
|
|
termsOfServiceAgree = "yes"
|
|
publishAlways()
|
|
uploadInBackground = false
|
|
}
|
|
}
|