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 -3
View File
@@ -1,4 +1,3 @@
[submodule "core"]
path = core
[submodule "coreSubProjects"]
path = coreSubProjects
url = https://gitlab.com/jeseibel/distant-horizons-core.git
branch = main
Submodule core deleted from 8b877a5f1a
+1
Submodule coreSubProjects added at 9799b0a263
+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"