Start spigot 1.14 support
This commit is contained in:
parent
b3cc6dab16
commit
71f6b3dfe8
7 changed files with 302 additions and 0 deletions
|
|
@ -24,6 +24,9 @@ dependencies {
|
|||
implementation(project(':bukkit-helper-113-2')) {
|
||||
transitive = false
|
||||
}
|
||||
implementation(project(':bukkit-helper-114')) {
|
||||
transitive = false
|
||||
}
|
||||
}
|
||||
|
||||
processResources {
|
||||
|
|
@ -51,6 +54,7 @@ shadowJar {
|
|||
include(dependency(':bukkit-helper-113'))
|
||||
include(dependency(':bukkit-helper-113-1'))
|
||||
include(dependency(':bukkit-helper-113-2'))
|
||||
include(dependency(':bukkit-helper-114'))
|
||||
}
|
||||
relocate('org.bstats', 'org.dynmap.bstats')
|
||||
destinationDir = file '../target'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue