Skip to content

Commit 942726f

Browse files
committed
don't let world edit to introduce too much new libs
1 parent 9a38f2a commit 942726f

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

build.gradle

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,13 @@ def projectMod = project(':' + settings.modname) {
126126
sparkLibs
127127
all {
128128
resolutionStrategy {
129-
// force world edit to use the same log4j as minecraft 1.13.2
129+
// 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'
130134
force 'org.apache.logging.log4j:log4j-api:2.8.1'
131135
force 'org.apache.logging.log4j:log4j-core:2.8.1'
132-
// force world edit to use the same guava as minecraft 1.13.2
133-
force 'com.google.guava:guava:21.0'
134136
}
135137
}
136138
}

0 commit comments

Comments
 (0)