rename "core" to "coreSubProjects"

This commit is contained in:
James Seibel
2022-08-30 07:36:44 -05:00
parent 2617fcfab1
commit c89757aa5d
4 changed files with 5 additions and 4 deletions
+2
View File
@@ -11,7 +11,9 @@ pluginManagement {
include("common")
include("fabric")
include("forge")
include("core")
project(":core").projectDir = file('coreSubProjects/core')
include("api")
rootProject.name = "DistantHorizons"