Merge dynmap-api into common dynmap

This commit is contained in:
Mike Primm 2018-08-11 23:42:08 -05:00
parent e4d0261a07
commit acfecce539
18 changed files with 260 additions and 53 deletions

View file

@ -2,7 +2,9 @@ rootProject.name = 'dynmap-common'
include ':dynmap'
include ':bukkit-helper-113'
include ':bukkit-helper'
include ':dynmap-api'
project(':dynmap').projectDir = "$rootDir/bukkit" as File
project(':bukkit-helper-113').projectDir = "$rootDir/bukkit-helper-113" as File
project(':bukkit-helper').projectDir = "$rootDir/bukkit-helper" as File
project(':bukkit-helper').projectDir = "$rootDir/bukkit-helper" as File
project(':dynmap-api').projectDir = "$rootDir/dynmap-api" as File