mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-30 22:24:06 +01:00
Turn off 1.11.2 for now
This commit is contained in:
parent
e0626c7cac
commit
276d8915ff
@ -2,10 +2,10 @@ rootProject.name = 'dynmap-common'
|
|||||||
include ':DynmapCore'
|
include ':DynmapCore'
|
||||||
include ':DynmapCoreAPI'
|
include ':DynmapCoreAPI'
|
||||||
include ':forge-1.12.2'
|
include ':forge-1.12.2'
|
||||||
include ':forge-1.11.2'
|
//include ':forge-1.11.2'
|
||||||
|
|
||||||
project(':DynmapCore').projectDir = "$rootDir/../DynmapCore" as File
|
project(':DynmapCore').projectDir = "$rootDir/../DynmapCore" as File
|
||||||
project(':DynmapCoreAPI').projectDir = "$rootDir/../DynmapCoreAPI" 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.12.2').projectDir = "$rootDir/../forge-1.12.2" as File
|
||||||
project(':forge-1.11.2').projectDir = "$rootDir/../forge-1.11.2" as File
|
//project(':forge-1.11.2').projectDir = "$rootDir/../forge-1.11.2" as File
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user