Merge Forge 1.11.2 into common 3.0 gradle build

This commit is contained in:
Mike Primm 2018-08-23 07:52:46 -05:00
parent 706d53e31f
commit f4a99145cf
113 changed files with 22443 additions and 26 deletions

View file

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