Add Spigot 1.16.3 support
This commit is contained in:
parent
7671c1f0df
commit
763ca9a69c
6 changed files with 786 additions and 1 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue