1.21 support for Bukkit
This commit is contained in:
parent
425ca0fdb6
commit
092aa52293
9 changed files with 861 additions and 0 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue