dynmap/bukkit-helper-117/build.gradle

11 lines
347 B
Groovy

description = 'bukkit-helper-1.17'
dependencies {
compile project(':bukkit-helper')
compile project(':dynmap-api')
compile project(path: ':DynmapCore', configuration: 'shadow')
compile group: 'org.spigotmc', name: 'spigot-api', version:'1.17-R0.1-SNAPSHOT'
compile group: 'org.spigotmc', name: 'spigot', version:'1.17-R0.1-SNAPSHOT'
}