Shift spigot version to more appropriate path
This commit is contained in:
parent
c90d157231
commit
1babea2ace
21 changed files with 2 additions and 27 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue