mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-14 05:01:28 +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
|
||||
|
||||
jdk:
|
||||
- oraclejdk8
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- .buildtools
|
||||
|
|
Loading…
Reference in a new issue