Merge DynmapCoreAPI into common gradle build

This commit is contained in:
Mike Primm 2018-08-12 00:53:55 -05:00
parent 2c3730a4f2
commit be990f8be4
4439 changed files with 2917 additions and 6 deletions

View file

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