mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-05 01:59:44 +01:00
11 lines
344 B
Groovy
11 lines
344 B
Groovy
|
|
||
|
description = 'bukkit-helper-1.15'
|
||
|
|
||
|
dependencies {
|
||
|
compile project(':bukkit-helper')
|
||
|
compile project(':dynmap-api')
|
||
|
compile project(path: ':DynmapCore', configuration: 'shadow')
|
||
|
compile group: 'org.bukkit', name: 'bukkit', version:'1.15-R0.1-SNAPSHOT'
|
||
|
compile group: 'org.bukkit', name: 'craftbukkit', version:'1.15-R0.1-SNAPSHOT'
|
||
|
}
|