Add initial 1.19.3 for Spigot/PaperMC support
This commit is contained in:
parent
3c26d04195
commit
975944f649
13 changed files with 858 additions and 3 deletions
|
|
@ -66,6 +66,9 @@ dependencies {
|
|||
implementation(project(':bukkit-helper-119')) {
|
||||
transitive = false
|
||||
}
|
||||
implementation(project(':bukkit-helper-119-3')) {
|
||||
transitive = false
|
||||
}
|
||||
}
|
||||
|
||||
processResources {
|
||||
|
|
@ -100,6 +103,7 @@ shadowJar {
|
|||
include(dependency(':bukkit-helper-118'))
|
||||
include(dependency(':bukkit-helper-118-2'))
|
||||
include(dependency(':bukkit-helper-119'))
|
||||
include(dependency(':bukkit-helper-119-3'))
|
||||
}
|
||||
relocate('org.bstats', 'org.dynmap.bstats')
|
||||
destinationDir = file '../target'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue