dynmap/bukkit-helper-115/build.gradle

11 lines
379 B
Groovy
Raw Normal View History

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