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