First pass of 1.18.2 spigot/paper support
This commit is contained in:
parent
a736711392
commit
a0ee4dec1d
11 changed files with 683 additions and 23 deletions
|
|
@ -60,6 +60,9 @@ dependencies {
|
|||
implementation(project(':bukkit-helper-118')) {
|
||||
transitive = false
|
||||
}
|
||||
implementation(project(':bukkit-helper-118-2')) {
|
||||
transitive = false
|
||||
}
|
||||
}
|
||||
|
||||
processResources {
|
||||
|
|
@ -92,6 +95,7 @@ shadowJar {
|
|||
include(dependency(':bukkit-helper-116-4'))
|
||||
include(dependency(':bukkit-helper-117'))
|
||||
include(dependency(':bukkit-helper-118'))
|
||||
include(dependency(':bukkit-helper-118-2'))
|
||||
}
|
||||
relocate('org.bstats', 'org.dynmap.bstats')
|
||||
destinationDir = file '../target'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue