mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-24 03:05:28 +01:00
Drop Forge 1.13.2 build until it is fixed
This commit is contained in:
parent
10403ff271
commit
02f73e1a28
@ -10,7 +10,7 @@ include ':bukkit-helper'
|
||||
include ':dynmap-api'
|
||||
include ':DynmapCore'
|
||||
include ':DynmapCoreAPI'
|
||||
include ':forge-1.13.2'
|
||||
//include ':forge-1.13.2'
|
||||
include ':forge-1.12.2'
|
||||
include ':forge-1.11.2'
|
||||
include ':forge-1.10.2'
|
||||
@ -28,7 +28,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.13.2').projectDir = "$rootDir/forge-1.13.2" 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
|
||||
project(':forge-1.11.2').projectDir = "$rootDir/forge-1.11.2" as File
|
||||
project(':forge-1.10.2').projectDir = "$rootDir/forge-1.10.2" as File
|
||||
|
Loading…
Reference in New Issue
Block a user