Switch to gradle build
This commit is contained in:
parent
3807de6238
commit
ef3a8c356c
17 changed files with 770 additions and 681 deletions
8
settings.gradle
Normal file
8
settings.gradle
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue