mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-14 21:22:09 +00:00
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:
parent
7a73301a37
commit
d1dcc47a27
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
||||||
language: java
|
language: java
|
||||||
|
|
||||||
|
jdk:
|
||||||
|
- oraclejdk8
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- .buildtools
|
- .buildtools
|
||||||
|
|
Loading…
Reference in a new issue