Guava needs to be in sync with Minecraft

Signed-off-by: matt <4009945+MattBDev@users.noreply.github.com>
This commit is contained in:
matt 2019-02-06 12:02:20 -05:00
parent d6a801d854
commit 6ec6c26a10

View File

@ -64,7 +64,8 @@ subprojects {
exclude(module: 'mockito-core')
exclude(module: 'dummypermscompat')
}
compile 'com.google.guava:guava:27.0.1-jre'
//Minecraft uses Guava 21 as of 1.13.
compile 'com.google.guava:guava:21.0'
compileOnly 'org.projectlombok:lombok:1.18.4'
testImplementation "junit:junit:4.12"
}