Add Spigot 1.16.3 support

This commit is contained in:
Mike Primm 2020-09-10 22:18:51 -05:00
parent 7671c1f0df
commit 763ca9a69c
6 changed files with 786 additions and 1 deletions

View file

@ -42,6 +42,9 @@ dependencies {
implementation(project(':bukkit-helper-116-2')) {
transitive = false
}
implementation(project(':bukkit-helper-116-3')) {
transitive = false
}
}
processResources {
@ -71,6 +74,7 @@ shadowJar {
include(dependency(':bukkit-helper-115'))
include(dependency(':bukkit-helper-116'))
include(dependency(':bukkit-helper-116-2'))
include(dependency(':bukkit-helper-116-3'))
}
relocate('org.bstats', 'org.dynmap.bstats')
destinationDir = file '../target'