Start spigot 1.14 support

This commit is contained in:
Mike Primm 2019-04-27 16:46:34 -05:00
parent b3cc6dab16
commit 71f6b3dfe8
7 changed files with 302 additions and 0 deletions

View file

@ -24,6 +24,9 @@ dependencies {
implementation(project(':bukkit-helper-113-2')) {
transitive = false
}
implementation(project(':bukkit-helper-114')) {
transitive = false
}
}
processResources {
@ -51,6 +54,7 @@ shadowJar {
include(dependency(':bukkit-helper-113'))
include(dependency(':bukkit-helper-113-1'))
include(dependency(':bukkit-helper-113-2'))
include(dependency(':bukkit-helper-114'))
}
relocate('org.bstats', 'org.dynmap.bstats')
destinationDir = file '../target'