Add initial 1.19.3 for Spigot/PaperMC support

This commit is contained in:
Michael Primm 2022-12-08 13:45:18 -06:00
parent 3c26d04195
commit 975944f649
13 changed files with 858 additions and 3 deletions

View file

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