Initial Spigot/Paper 1.19.4
This commit is contained in:
parent
a52ea70b27
commit
caef8f433e
14 changed files with 888 additions and 22 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue