First pass of 1.18.2 spigot/paper support

This commit is contained in:
Mike Primm 2022-02-28 17:46:40 -06:00
parent a736711392
commit a0ee4dec1d
11 changed files with 683 additions and 23 deletions

View file

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