1.21 support for Bukkit

This commit is contained in:
ashduino101 2024-06-14 21:21:23 -07:00
parent 425ca0fdb6
commit 092aa52293
9 changed files with 861 additions and 0 deletions

View file

@ -88,6 +88,9 @@ dependencies {
implementation(project(':bukkit-helper-120-5')) {
transitive = false
}
implementation(project(':bukkit-helper-121')) {
transitive = false
}
}
processResources {
@ -128,6 +131,7 @@ shadowJar {
include(dependency(':bukkit-helper-120-2'))
include(dependency(':bukkit-helper-120-4'))
include(dependency(':bukkit-helper-120-5'))
include(dependency(':bukkit-helper-121'))
}
relocate('org.bstats', 'org.dynmap.bstats')
destinationDirectory = file '../target'