Skip to content

Commit

Permalink
Make sure Java 8 is used to build releases
Browse files Browse the repository at this point in the history
Releases built with a newer JDK don't seem to work with Java 8.
  • Loading branch information
Gama11 committed Feb 21, 2020
1 parent 1df4ff4 commit b562720
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
language: java
dist: xenial
jdk:
- openjdk8

script:
- cd scripts
Expand Down

0 comments on commit b562720

Please sign in to comment.