Initial 1.15.2 Forge build

This commit is contained in:
Mike Primm 2020-05-23 22:41:11 -05:00
parent 3d12f67517
commit 2e398a0c2b
25 changed files with 5220 additions and 11 deletions

View file

@ -7,6 +7,7 @@ include ':bukkit-helper'
include ':dynmap-api'
include ':DynmapCore'
include ':DynmapCoreAPI'
include ':forge-1.15.2'
include ':forge-1.14.4'
include ':forge-1.13.2'
include ':forge-1.12.2'
@ -23,6 +24,7 @@ project(':bukkit-helper').projectDir = "$rootDir/bukkit-helper" as File
project(':dynmap-api').projectDir = "$rootDir/dynmap-api" as File
project(':DynmapCore').projectDir = "$rootDir/DynmapCore" as File
project(':DynmapCoreAPI').projectDir = "$rootDir/DynmapCoreAPI" as File
project(':forge-1.15.2').projectDir = "$rootDir/forge-1.15.2" as File
project(':forge-1.14.4').projectDir = "$rootDir/forge-1.14.4" as File
project(':forge-1.13.2').projectDir = "$rootDir/forge-1.13.2" as File
project(':forge-1.12.2').projectDir = "$rootDir/forge-1.12.2" as File