Add 1.13.2 Spigot support
This commit is contained in:
parent
e2e55a29d9
commit
67d2caf6cb
7 changed files with 261 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ rootProject.name = 'dynmap-common'
|
|||
include ':spigot'
|
||||
include ':bukkit-helper-113'
|
||||
include ':bukkit-helper-113-1'
|
||||
include ':bukkit-helper-113-2'
|
||||
include ':bukkit-helper'
|
||||
include ':dynmap-api'
|
||||
include ':DynmapCore'
|
||||
|
|
@ -15,6 +16,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-113-2').projectDir = "$rootDir/bukkit-helper-113-2" 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue