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