Initial Spigot/Paper 1.20 support

This commit is contained in:
Michael Primm 2023-06-09 02:05:17 -04:00
parent 130953bc12
commit 43a86b820c
7 changed files with 27 additions and 16 deletions

View file

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