Initial 1.14.1 support

This commit is contained in:
Mike Primm 2019-05-13 23:40:18 -05:00
parent c42b9115ad
commit 5c535596a3
8 changed files with 630 additions and 0 deletions

View file

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