remove unused gradle enterprise stuff

This commit is contained in:
dfsek
2021-11-17 19:22:27 -07:00
parent 46b918f9be
commit ceeb59301e

View File

@@ -27,15 +27,3 @@ pluginManagement {
gradlePluginPortal()
}
}
plugins {
id("com.gradle.enterprise") version "3.4.1"
}
gradleEnterprise {
buildScan {
termsOfServiceUrl = "https://gradle.com/terms-of-service"
termsOfServiceAgree = "yes"
// publishAlwaysIf(true)
}
}