Spigot 1.21.11 support
This commit is contained in:
parent
2eaedba5c6
commit
f0962ab94c
6 changed files with 708 additions and 0 deletions
|
|
@ -106,6 +106,9 @@ dependencies {
|
|||
implementation(project(':bukkit-helper-121-10')) {
|
||||
transitive = false
|
||||
}
|
||||
implementation(project(':bukkit-helper-121-11')) {
|
||||
transitive = false
|
||||
}
|
||||
}
|
||||
|
||||
processResources {
|
||||
|
|
@ -152,6 +155,7 @@ shadowJar {
|
|||
include(dependency(':bukkit-helper-121-5'))
|
||||
include(dependency(':bukkit-helper-121-6'))
|
||||
include(dependency(':bukkit-helper-121-10'))
|
||||
include(dependency(':bukkit-helper-121-11'))
|
||||
}
|
||||
relocate('org.bstats', 'org.dynmap.bstats')
|
||||
destinationDirectory = file '../target'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue