dynmap/bukkit-helper/build.gradle

10 lines
323 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'
2018-08-12 06:11:20 +02:00
dependencies {
implementation project(':dynmap-api')
implementation project(path: ':DynmapCore', configuration: 'shadow')
implementation group: 'org.bukkit', name: 'bukkit', version:'1.7.10-R0.1-SNAPSHOT'
implementation group: 'com.google.code.gson', name: 'gson', version:'2.8.2'
2018-08-12 06:11:20 +02:00
}