diff --git a/build.gradle b/build.gradle index 592d8ef6..5bd89e9f 100644 --- a/build.gradle +++ b/build.gradle @@ -126,11 +126,13 @@ def projectMod = project(':' + settings.modname) { sparkLibs all { resolutionStrategy { - // force world edit to use the same log4j as minecraft 1.13.2 + // force world edit to use the same lib as minecraft 1.13.2 + force 'com.google.code.findbugs:jsr305:3.0.1' + force 'com.google.code.gson:gson:2.8.0' + force 'com.google.guava:guava:21.0' + force 'it.unimi.dsi:fastutil:8.2.1' force 'org.apache.logging.log4j:log4j-api:2.8.1' force 'org.apache.logging.log4j:log4j-core:2.8.1' - // force world edit to use the same guava as minecraft 1.13.2 - force 'com.google.guava:guava:21.0' } } }