Shift spigot version to more appropriate path

This commit is contained in:
Mike Primm 2018-08-23 23:14:55 -05:00
parent c90d157231
commit 1babea2ace
21 changed files with 2 additions and 27 deletions

View file

@ -1,5 +1,5 @@
rootProject.name = 'dynmap-common'
include ':dynmap'
include ':spigot'
include ':bukkit-helper-113'
include ':bukkit-helper'
include ':dynmap-api'
@ -11,7 +11,7 @@ include ':forge-1.10.2'
include ':forge-1.9.4'
include ':forge-1.8.9'
project(':dynmap').projectDir = "$rootDir/bukkit" as File
project(':spigot').projectDir = "$rootDir/spigot" as File
project(':bukkit-helper-113').projectDir = "$rootDir/bukkit-helper-113" as File
project(':bukkit-helper').projectDir = "$rootDir/bukkit-helper" as File
project(':dynmap-api').projectDir = "$rootDir/dynmap-api" as File