Band-aid up Forge 1.12.2 build

This commit is contained in:
Michael Primm 2024-04-29 15:06:37 -05:00
parent dccb728038
commit 24975099f1
2 changed files with 57 additions and 21 deletions

View file

@ -1,9 +1,5 @@
rootProject.name = 'dynmap-common'
include ':DynmapCore'
include ':DynmapCoreAPI'
include ':forge-1.12.2'
project(':DynmapCore').projectDir = "$rootDir/../DynmapCore" as File
project(':DynmapCoreAPI').projectDir = "$rootDir/../DynmapCoreAPI" as File
project(':forge-1.12.2').projectDir = "$rootDir/../forge-1.12.2" as File