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:
committed by
Facebook GitHub Bot
parent
1232761571
commit
073c136117
@@ -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"
|
||||
|
Reference in New Issue
Block a user