Add initial 1.13.1 support - keep 1.13 support for now
This commit is contained in:
parent
bcd4cb02be
commit
dc09243303
9 changed files with 298 additions and 21 deletions
|
|
@ -17,6 +17,9 @@ dependencies {
|
|||
implementation(project(':bukkit-helper-113')) {
|
||||
transitive = false
|
||||
}
|
||||
implementation(project(':bukkit-helper-113-1')) {
|
||||
transitive = false
|
||||
}
|
||||
}
|
||||
|
||||
processResources {
|
||||
|
|
@ -42,6 +45,7 @@ shadowJar {
|
|||
include(dependency(":DynmapCore"))
|
||||
include(dependency(':bukkit-helper'))
|
||||
include(dependency(':bukkit-helper-113'))
|
||||
include(dependency(':bukkit-helper-113-1'))
|
||||
}
|
||||
relocate('org.bstats', 'org.dynmap.bstats')
|
||||
destinationDir = file '../target'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue