Skip to content

Commit

Permalink
Change travis build to use OpenJDK instead of Oracle
Browse files Browse the repository at this point in the history
All builds with references to Oracle JDK11 breaks as Oracle appears
to be restricting headless downloads. Travis is also moving to remove
support for Oracle JDKs from install-jdk.sh

No work is required by students as their local builds on Oracle JDK
should behave similarly to OpenJDK.
  • Loading branch information
j-lum authored and pyokagan committed Jul 1, 2019
1 parent a66bc84 commit 157fcf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: java
matrix:
include:
- jdk: oraclejdk11
- jdk: openjdk11

install:
- ./config/travis/download_gradle_wrapper.sh
Expand Down

0 comments on commit 157fcf1

Please sign in to comment.