Revert to Guava 17's firstNonNull.

Deprecated but Spigot doesn't include guava18 yet.
This commit is contained in:
wizjany
2015-11-13 20:17:56 -05:00
parent 0e200df5be
commit bed8a80894
6 changed files with 10 additions and 10 deletions

View File

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