Skip to content

Commit 073c136

Browse files
cortinicofacebook-github-bot
authored andcommitted
Remove unnecessary gradle-enterprise.gradle.kts from Yoga (#1817)
Summary: Pull Request resolved: #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
1 parent 1232761 commit 073c136

File tree

2 files changed

+7
-23
lines changed

2 files changed

+7
-23
lines changed

gradle/gradle-enterprise.gradle.kts.sample

Lines changed: 0 additions & 17 deletions
This file was deleted.

settings.gradle.kts

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,11 @@ include(":yoga")
1919

2020
project(":yoga").projectDir = file("java")
2121

22-
rootProject.name = "yoga-github"
23-
24-
// If you specify a file inside gradle/gradle-enterprise.gradle.kts
25-
// you can configure your custom Gradle Enterprise instance
26-
if (file("./gradle/gradle-enterprise.gradle.kts").exists()) {
27-
apply(from = "./gradle/gradle-enterprise.gradle.kts")
22+
gradleEnterprise {
23+
buildScan {
24+
termsOfServiceUrl = "https://gradle.com/terms-of-service"
25+
termsOfServiceAgree = "yes"
26+
}
2827
}
28+
29+
rootProject.name = "yoga-github"

0 commit comments

Comments
 (0)