Drop 1.11.2 from 3.4 build

This commit is contained in:
Mike Primm 2022-02-21 14:15:58 -06:00
parent bdcfe2225d
commit 97f6a878cc
98 changed files with 0 additions and 22693 deletions

View file

@ -2,10 +2,8 @@ rootProject.name = 'dynmap-common'
include ':DynmapCore'
include ':DynmapCoreAPI'
include ':forge-1.12.2'
include ':forge-1.11.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
project(':forge-1.11.2').projectDir = "$rootDir/../forge-1.11.2" as File