mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-05 10:09:53 +01:00
10 lines
326 B
Groovy
10 lines
326 B
Groovy
|
|
description = 'bukkit-helper'
|
|
|
|
dependencies {
|
|
compile project(path: ':dynmap-api', configuration: 'shadow')
|
|
compile project(path: ':DynmapCore', configuration: 'shadow')
|
|
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'
|
|
}
|