[Forge] Officially move to Java 8

This commit is contained in:
Kenzie Togami
2017-08-16 16:07:18 -07:00
parent f2c5b272ad
commit 6c6e1b4ce2
3 changed files with 14 additions and 9 deletions

View File

@ -5,7 +5,7 @@ dependencies {
compile 'de.schlichtherle:truezip:6.8.3'
compile 'rhino:js:1.7R2'
compile 'org.yaml:snakeyaml:1.9'
compile 'com.google.guava:guava:17.0'
compile 'com.google.guava:guava:21.0'
compile 'com.sk89q:jchronic:0.2.4a'
compile 'com.google.code.findbugs:jsr305:1.3.9'
compile 'com.thoughtworks.paranamer:paranamer:2.6'