Use our own firstNonNull to maintain back-compat.

Fixes WORLDEDIT-3567.
This commit is contained in:
wizjany
2017-05-22 16:00:50 -04:00
parent 3cf018f14a
commit 46dff16a97
7 changed files with 41 additions and 7 deletions

View File

@ -21,7 +21,7 @@ buildscript {
configurations.all {
resolutionStrategy {
force 'com.google.guava:guava:17.0'
force 'com.google.guava:guava:21.0'
}
}