/* * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ pluginManagement { repositories { gradlePluginPortal() mavenCentral() google() } } plugins { id("com.gradle.enterprise").version("3.7.1") } include(":yoga") project(":yoga").projectDir = file("java") gradleEnterprise { buildScan { termsOfServiceUrl = "https://gradle.com/terms-of-service" termsOfServiceAgree = "yes" } } rootProject.name = "yoga-github"