Specify Java 8 for Travis build

Required due to BuildTools not supporting Java 9 or above for MC 1.8.x.
This commit is contained in:
md678685 2019-06-16 10:12:35 +01:00 committed by GitHub
parent 7a73301a37
commit d1dcc47a27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,8 @@
language: java
jdk:
- oraclejdk8
cache:
directories:
- .buildtools