Fix FAWE which wasn't working on sponge 1.12.2 (jar worldedit version was 6.1.7 / snakeyaml not including bug)

This commit is contained in:
Craftingmod 2018-01-11 08:09:13 +09:00
parent 274bc6d9a7
commit 024fcc44ba
2 changed files with 4 additions and 4 deletions

View File

@ -64,15 +64,15 @@ processResources {
} }
shadowJar { shadowJar {
relocate 'org.yaml.snakeyaml', 'com.boydti.fawe.yaml' // relocate 'org.yaml.snakeyaml', 'com.boydti.fawe.yaml'
dependencies { dependencies {
include(dependency(':core')) include(dependency(':core'))
include(dependency('com.github.luben:zstd-jni:1.1.1')) include(dependency('com.github.luben:zstd-jni:1.1.1'))
// include(dependency('org.javassist:javassist:3.22.0-CR1')) // include(dependency('org.javassist:javassist:3.22.0-CR1'))
include(dependency('co.aikar:fastutil-lite:1.0')) include(dependency('co.aikar:fastutil-lite:1.0'))
include(dependency(name: 'worldedit-core-6.1.7-SNAPSHOT-dist')) include(dependency(name: 'worldedit-core-6.1.9-SNAPSHOT-dist'))
include(dependency('com.sk89q.worldedit:worldedit-sponge:6.1.7-SNAPSHOT')) include(dependency(name: 'worldedit-sponge-6.1.9-SNAPSHOT-dist'))
include(dependency('org.yaml:snakeyaml:1.16')) include(dependency(name: 'snakeyaml-1.19'))
} }
archiveName = "${parent.name}-${project.name}-${parent.version}.jar" archiveName = "${parent.name}-${project.name}-${parent.version}.jar"
destinationDir = file '../target' destinationDir = file '../target'

Binary file not shown.