Initial spigot/paper 1.19 port
This commit is contained in:
parent
0592bc9f04
commit
9c9c93493e
11 changed files with 773 additions and 1 deletions
|
|
@ -63,6 +63,9 @@ dependencies {
|
|||
implementation(project(':bukkit-helper-118-2')) {
|
||||
transitive = false
|
||||
}
|
||||
implementation(project(':bukkit-helper-119')) {
|
||||
transitive = false
|
||||
}
|
||||
}
|
||||
|
||||
processResources {
|
||||
|
|
@ -96,6 +99,7 @@ shadowJar {
|
|||
include(dependency(':bukkit-helper-117'))
|
||||
include(dependency(':bukkit-helper-118'))
|
||||
include(dependency(':bukkit-helper-118-2'))
|
||||
include(dependency(':bukkit-helper-119'))
|
||||
}
|
||||
relocate('org.bstats', 'org.dynmap.bstats')
|
||||
destinationDir = file '../target'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue