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