We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a38f2a commit 942726fCopy full SHA for 942726f
1 file changed
build.gradle
@@ -126,11 +126,13 @@ def projectMod = project(':' + settings.modname) {
126
sparkLibs
127
all {
128
resolutionStrategy {
129
- // 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
130
+ force 'com.google.code.findbugs:jsr305:3.0.1'
131
+ force 'com.google.code.gson:gson:2.8.0'
132
+ force 'com.google.guava:guava:21.0'
133
+ force 'it.unimi.dsi:fastutil:8.2.1'
134
force 'org.apache.logging.log4j:log4j-api:2.8.1'
135
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'
136
}
137
138
0 commit comments