Remove unnecessary gradle-enterprise.gradle.kts from Yoga (#1817)

Summary:
Pull Request resolved: https://github.com/facebook/yoga/pull/1817

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

Reviewed By: mdvacca

Differential Revision: D76436236

fbshipit-source-id: 27fcc48574905415b147f67dd4a8f57dffbeda3e
This commit is contained in:
Nicola Corti
2025-06-11 11:46:34 -07:00
committed by Facebook GitHub Bot
parent 1232761571
commit 073c136117
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"