dynmap/bukkit-helper-115/build.gradle

11 lines
344 B
Groovy
Raw Normal View History

2019-12-12 21:15:11 +01:00
description = 'bukkit-helper-1.15'
dependencies {
compile project(':bukkit-helper')
compile project(':dynmap-api')
compile project(path: ':DynmapCore', configuration: 'shadow')
compile group: 'org.bukkit', name: 'bukkit', version:'1.15-R0.1-SNAPSHOT'
compile group: 'org.bukkit', name: 'craftbukkit', version:'1.15-R0.1-SNAPSHOT'
}