Merge Forge 1.12.2 build into common dynmap gradle build

This commit is contained in:
Mike Primm 2018-08-23 00:24:02 -05:00
parent 43539a5ec5
commit bc9b47f2b7
97 changed files with 22417 additions and 0 deletions

View file

@ -5,6 +5,7 @@ include ':bukkit-helper'
include ':dynmap-api'
include ':DynmapCore'
include ':DynmapCoreAPI'
include ':forge-1.12.2'
project(':dynmap').projectDir = "$rootDir/bukkit" as File
project(':bukkit-helper-113').projectDir = "$rootDir/bukkit-helper-113" as File
@ -12,3 +13,4 @@ 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.12.2').projectDir = "$rootDir/forge-1.12.2" as File