dynmap/bukkit-helper-114-1/build.gradle

16 lines
456 B
Groovy
Raw Normal View History

2022-02-07 17:04:12 +01:00
eclipse {
project {
name = "Dynmap(Spigot-1.14.1)"
}
}
2019-05-14 06:40:18 +02:00
description = 'bukkit-helper-1.14.1'
dependencies {
implementation project(':bukkit-helper')
implementation project(':dynmap-api')
implementation project(path: ':DynmapCore', configuration: 'shadow')
implementation group: 'org.bukkit', name: 'bukkit', version:'1.14.1-R0.1-SNAPSHOT'
implementation group: 'org.bukkit', name: 'craftbukkit', version:'1.14.1-R0.1-SNAPSHOT'
2019-05-14 06:40:18 +02:00
}