Remove unnecessary gradle-enterprise.gradle.kts from Yoga

Summary: This file is not really necessary. As we don't have a Gradle Enterprise instance anymore, let's just remove it and inline it.

Differential Revision: D76436236
This commit is contained in:
Nicola Corti
2025-06-11 10:21:47 -07:00
committed by Facebook GitHub Bot
parent 1232761571
commit 91029c27d2
2 changed files with 7 additions and 23 deletions

View File

@@ -19,10 +19,11 @@ include(":yoga")
project(":yoga").projectDir = file("java")
rootProject.name = "yoga-github"
// If you specify a file inside gradle/gradle-enterprise.gradle.kts
// you can configure your custom Gradle Enterprise instance
if (file("./gradle/gradle-enterprise.gradle.kts").exists()) {
apply(from = "./gradle/gradle-enterprise.gradle.kts")
gradleEnterprise {
buildScan {
termsOfServiceUrl = "https://gradle.com/terms-of-service"
termsOfServiceAgree = "yes"
}
}
rootProject.name = "yoga-github"