Force Guava 18

This commit is contained in:
Kenzie Togami
2015-02-12 13:30:49 -08:00
parent ddc741147e
commit 06f59c6576
2 changed files with 7 additions and 1 deletions

View File

@@ -19,6 +19,12 @@ buildscript {
jcenter()
}
configurations.all {
resolutionStrategy {
force 'com.google.guava:guava:18.0'
}
}
dependencies {
classpath 'com.github.jengelman.gradle.plugins:shadow:1.2.0'
classpath 'org.jfrog.buildinfo:build-info-extractor-gradle:3.0.1'