Switch to gradle build
This commit is contained in:
parent
3807de6238
commit
ef3a8c356c
17 changed files with 770 additions and 681 deletions
9
helper/build.gradle
Normal file
9
helper/build.gradle
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
description = 'dynmap-helper'
|
||||
|
||||
dependencies {
|
||||
compile group: 'us.dynmap', name: 'dynmap-api', version: "${project.version}"
|
||||
compile group: 'us.dynmap', name: 'DynmapCore', version: "${project.version}"
|
||||
compile group: 'org.bukkit', name: 'bukkit', version:'1.7.10-R0.1-SNAPSHOT'
|
||||
compile group: 'com.google.code.gson', name: 'gson', version:'2.8.2'
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue