Initial spigot/paper 1.19 port

This commit is contained in:
Mike Primm 2022-06-07 12:28:16 -05:00
parent 0592bc9f04
commit 9c9c93493e
11 changed files with 773 additions and 1 deletions

View file

@ -63,6 +63,9 @@ dependencies {
implementation(project(':bukkit-helper-118-2')) {
transitive = false
}
implementation(project(':bukkit-helper-119')) {
transitive = false
}
}
processResources {
@ -96,6 +99,7 @@ shadowJar {
include(dependency(':bukkit-helper-117'))
include(dependency(':bukkit-helper-118'))
include(dependency(':bukkit-helper-118-2'))
include(dependency(':bukkit-helper-119'))
}
relocate('org.bstats', 'org.dynmap.bstats')
destinationDir = file '../target'