Remove the build-logic module

Summary:
As now we have a single module to publish, I'm removing the build-logic folder and moving everything inside the java/build.gradle file.
I've also converted it to Kotlin,

Reviewed By: NickGerleman

Differential Revision: D47259204

fbshipit-source-id: 2378d9e9598d7816f230db5f763f2b0f4cdf01d0
This commit is contained in:
Nicola Corti
2023-07-11 04:30:02 -07:00
committed by Facebook GitHub Bot
parent f7324fb71e
commit dbd8e915d5
5 changed files with 55 additions and 92 deletions

View File

@@ -17,8 +17,6 @@ plugins { id("com.gradle.enterprise").version("3.7.1") }
include(":yoga")
includeBuild("build-logic")
project(":yoga").projectDir = file("java")
rootProject.name = "yoga-github"