dynmap/bukkit-helper-113-2/build.gradle

18 lines
481 B
Groovy

apply plugin: 'eclipse'
eclipse {
project {
name = "Dynmap(Spigot-1.13.2)"
}
}
description = 'bukkit-helper-1.13.2'
dependencies {
implementation project(':bukkit-helper')
implementation project(':dynmap-api')
implementation project(path: ':DynmapCore', configuration: 'shadow')
implementation group: 'org.bukkit', name: 'bukkit', version:'1.13.2-R0.1-SNAPSHOT'
implementation group: 'org.bukkit', name: 'craftbukkit', version:'1.13.2-R0.1-SNAPSHOT'
}