Skip to content

Commit

Permalink
don't let world edit to introduce too much new libs
Browse files Browse the repository at this point in the history
  • Loading branch information
Fallen-Breath committed Mar 23, 2022
1 parent 9a38f2a commit 942726f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
}
}
Expand Down

0 comments on commit 942726f

Please sign in to comment.