mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-15 14:56:26 +01:00
11 lines
351 B
Groovy
11 lines
351 B
Groovy
|
|
description = 'bukkit-helper-1.16'
|
|
|
|
dependencies {
|
|
compile project(':bukkit-helper')
|
|
compile project(':dynmap-api')
|
|
compile project(path: ':DynmapCore', configuration: 'shadow')
|
|
compile group: 'org.spigotmc', name: 'spigot-api', version:'1.16.1-R0.1-SNAPSHOT'
|
|
compile group: 'org.spigotmc', name: 'spigot', version:'1.16.1-R0.1-SNAPSHOT'
|
|
}
|