Spigot 1.21.11 support

This commit is contained in:
jacob1 2025-12-11 23:13:58 -05:00
parent 2eaedba5c6
commit f0962ab94c
6 changed files with 708 additions and 0 deletions

View file

@ -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'