Add initial 1.13.1 support - keep 1.13 support for now

This commit is contained in:
Mike Primm 2018-08-26 16:48:29 -05:00
parent bcd4cb02be
commit dc09243303
9 changed files with 298 additions and 21 deletions

View file

@ -1,6 +1,7 @@
rootProject.name = 'dynmap-common'
include ':spigot'
include ':bukkit-helper-113'
include ':bukkit-helper-113-1'
include ':bukkit-helper'
include ':dynmap-api'
include ':DynmapCore'
@ -13,6 +14,7 @@ include ':forge-1.8.9'
project(':spigot').projectDir = "$rootDir/spigot" as File
project(':bukkit-helper-113').projectDir = "$rootDir/bukkit-helper-113" as File
project(':bukkit-helper-113-1').projectDir = "$rootDir/bukkit-helper-113-1" as File
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