Switch to gradle build

This commit is contained in:
Mike Primm 2018-08-11 23:11:20 -05:00
parent 3807de6238
commit ef3a8c356c
17 changed files with 770 additions and 681 deletions

8
settings.gradle Normal file
View file

@ -0,0 +1,8 @@
rootProject.name = 'dynmap-common'
include ':dynmap'
include ':dynmap-helper-113'
include ':dynmap-helper'
project(':dynmap').projectDir = "$rootDir/bukkit" as File
project(':dynmap-helper-113').projectDir = "$rootDir/helper113" as File
project(':dynmap-helper').projectDir = "$rootDir/helper" as File