Update build.gradle.kts

This commit is contained in:
AngrySoundTech
2023-11-14 09:48:12 -05:00
committed by GitHub
parent f41c0c0885
commit 1969a697a8

View File

@@ -26,7 +26,6 @@ subprojects {
gradleEnterprise {
if (System.getenv("CI") != null) {
buildScan {
publishAlways()
termsOfServiceUrl = "https://gradle.com/terms-of-service"
termsOfServiceAgree = "yes"
}