Initial Spigot/Paper 1.19.4

This commit is contained in:
Michael Primm 2023-03-16 00:55:32 -05:00
parent a52ea70b27
commit caef8f433e
14 changed files with 888 additions and 22 deletions

View file

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