Add 1.13.2 Spigot support
This commit is contained in:
parent
d227d48ffb
commit
54ed4c7842
7 changed files with 261 additions and 0 deletions
|
|
@ -20,6 +20,9 @@ dependencies {
|
|||
implementation(project(':bukkit-helper-113-1')) {
|
||||
transitive = false
|
||||
}
|
||||
implementation(project(':bukkit-helper-113-2')) {
|
||||
transitive = false
|
||||
}
|
||||
}
|
||||
|
||||
processResources {
|
||||
|
|
@ -46,6 +49,7 @@ shadowJar {
|
|||
include(dependency(':bukkit-helper'))
|
||||
include(dependency(':bukkit-helper-113'))
|
||||
include(dependency(':bukkit-helper-113-1'))
|
||||
include(dependency(':bukkit-helper-113-2'))
|
||||
}
|
||||
relocate('org.bstats', 'org.dynmap.bstats')
|
||||
destinationDir = file '../target'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue