Add dynmap-core to common build

This commit is contained in:
Mike Primm 2018-08-12 00:27:15 -05:00
parent acfecce539
commit 2c3730a4f2
4388 changed files with 108713 additions and 3 deletions

View file

@ -3,8 +3,10 @@ include ':dynmap'
include ':bukkit-helper-113'
include ':bukkit-helper'
include ':dynmap-api'
include ':dynmap-core'
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(':dynmap-api').projectDir = "$rootDir/dynmap-api" as File
project(':dynmap-core').projectDir = "$rootDir/dynmap-core" as File