Add initial 1.13.1 support - keep 1.13 support for now

This commit is contained in:
Mike Primm 2018-08-26 16:48:29 -05:00
parent bcd4cb02be
commit dc09243303
9 changed files with 298 additions and 21 deletions

View file

@ -17,6 +17,9 @@ dependencies {
implementation(project(':bukkit-helper-113')) {
transitive = false
}
implementation(project(':bukkit-helper-113-1')) {
transitive = false
}
}
processResources {
@ -42,6 +45,7 @@ shadowJar {
include(dependency(":DynmapCore"))
include(dependency(':bukkit-helper'))
include(dependency(':bukkit-helper-113'))
include(dependency(':bukkit-helper-113-1'))
}
relocate('org.bstats', 'org.dynmap.bstats')
destinationDir = file '../target'