Start 1.20.5 code

This commit is contained in:
Michael Primm 2024-04-26 20:54:41 -05:00
parent 4aad73cff8
commit 0ecb064940
12 changed files with 891 additions and 29 deletions

View file

@ -85,6 +85,9 @@ dependencies {
implementation(project(':bukkit-helper-120-4')) {
transitive = false
}
implementation(project(':bukkit-helper-120-5')) {
transitive = false
}
}
processResources {
@ -124,6 +127,7 @@ shadowJar {
include(dependency(':bukkit-helper-120'))
include(dependency(':bukkit-helper-120-2'))
include(dependency(':bukkit-helper-120-4'))
include(dependency(':bukkit-helper-120-5'))
}
relocate('org.bstats', 'org.dynmap.bstats')
destinationDir = file '../target'