13 lines
266 B
Groovy
Raw Normal View History

plugins {
2023-05-29 13:17:01 -06:00
id "com.gradle.build-scan" version "3.13.3"
}
gradleEnterprise {
buildScan {
termsOfServiceUrl = "https://gradle.com/terms-of-service"
termsOfServiceAgree = "yes"
publishAlways()
uploadInBackground = false
}
}