Initial building/running Spigot 1.17 code... still very incomplete

This commit is contained in:
Mike Primm 2021-06-11 21:59:04 -05:00
parent c93723ef9f
commit 9dd316b852
7 changed files with 867 additions and 0 deletions

View file

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