dynmap/bukkit-helper-113/build.gradle

11 lines
375 B
Groovy
Raw Normal View History

2018-08-12 06:11:20 +02:00
2018-08-12 06:27:52 +02:00
description = 'bukkit-helper-1.13'
2018-08-12 06:11:20 +02:00
dependencies {
2018-08-12 06:27:52 +02:00
compile project(':bukkit-helper')
2018-08-13 04:20:56 +02:00
compile project(path: ':dynmap-api', configuration: 'shadow')
compile project(path: ':DynmapCore', configuration: 'shadow')
2018-08-12 06:11:20 +02:00
compile group: 'org.bukkit', name: 'bukkit', version:'1.13-R0.1-SNAPSHOT'
compile group: 'org.bukkit', name: 'craftbukkit', version:'1.13-R0.1-SNAPSHOT'
}