Skip to content

Commit

Permalink
change from oraclejdk8 to openjdk8 (#9)
Browse files Browse the repository at this point in the history
critical fix for broken TravisCI build as explained in https://travis-ci.community/t/install-of-oracle-jdk8-is-failing/4365/2
  • Loading branch information
mouyang authored and skabashnyuk committed Oct 13, 2019
1 parent b32f629 commit 3a10375
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
Expand Up @@ -4,7 +4,7 @@
language: java

jdk:
- oraclejdk8
- openjdk8

#Skipping install step to avoid having Travis run arbitrary './gradlew assemble' task
# https://docs.travis-ci.com/user/customizing-the-build/#Skipping-the-Installation-Step
Expand Down

0 comments on commit 3a10375

Please sign in to comment.