Initial 1.14.1 support
This commit is contained in:
parent
c42b9115ad
commit
5c535596a3
8 changed files with 630 additions and 0 deletions
|
|
@ -27,6 +27,9 @@ dependencies {
|
|||
implementation(project(':bukkit-helper-114')) {
|
||||
transitive = false
|
||||
}
|
||||
implementation(project(':bukkit-helper-114-1')) {
|
||||
transitive = false
|
||||
}
|
||||
}
|
||||
|
||||
processResources {
|
||||
|
|
@ -55,6 +58,7 @@ shadowJar {
|
|||
include(dependency(':bukkit-helper-113-1'))
|
||||
include(dependency(':bukkit-helper-113-2'))
|
||||
include(dependency(':bukkit-helper-114'))
|
||||
include(dependency(':bukkit-helper-114-1'))
|
||||
}
|
||||
relocate('org.bstats', 'org.dynmap.bstats')
|
||||
destinationDir = file '../target'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue