Setup the API sub-project gradle dependencies
This commit is contained in:
+4
-2
@@ -8,17 +8,19 @@ pluginManagement {
|
||||
}
|
||||
}
|
||||
|
||||
// Minecraft dependent sub-projects
|
||||
include("common")
|
||||
include("fabric")
|
||||
include("forge")
|
||||
|
||||
// Minecraft independent sub-projects
|
||||
include("core")
|
||||
project(":core").projectDir = file('coreSubProjects/core')
|
||||
include("api")
|
||||
project(":api").projectDir = file('coreSubProjects/api')
|
||||
include("apiInterface")
|
||||
project(":apiInterface").projectDir = file('coreSubProjects/apiInterface')
|
||||
include("coreApiCommon")
|
||||
project(":coreApiCommon").projectDir = file('coreSubProjects/coreApiCommon')
|
||||
include("coreShared")
|
||||
project(":coreShared").projectDir = file('coreSubProjects/coreShared')
|
||||
|
||||
rootProject.name = "DistantHorizons"
|
||||
|
||||
Reference in New Issue
Block a user