Skip to content

Commit

Permalink
Use openjdk 8 to build, oracle JDKs don't work on travis now
Browse files Browse the repository at this point in the history
  • Loading branch information
LunNova committed Mar 24, 2020
1 parent 482f3cd commit 7df887f
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 @@ -22,7 +22,7 @@ cache:
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 7df887f

Please sign in to comment.