dynmap/bukkit-helper-116-3/build.gradle

12 lines
354 B
Groovy
Raw Normal View History

2020-09-11 05:18:51 +02:00
description = 'bukkit-helper-1.16.3'
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.3-R0.1-SNAPSHOT'
compile group: 'org.spigotmc', name: 'spigot', version:'1.16.3-R0.1-SNAPSHOT'
}