Skip to content

Commit

Permalink
Use openjdk because oracle decided to spoil the party.
Browse files Browse the repository at this point in the history
  • Loading branch information
steffen-wilke committed Jun 27, 2019
1 parent b6c4b40 commit 7cee192
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,10 @@ cache:
- $HOME/.m2 # Maven artifact repository

jdk:
- oraclejdk8
- openjdk8

addons:
sonarcloud: true
apt:
packages:
- oracle-java9-installer # Use apt to download and install a more recent update of the JDK in version 9

script:
- mvn --errors clean:clean compiler:compile resources:resources native2ascii:resources sonar-packaging:sonar-plugin
Expand Down

0 comments on commit 7cee192

Please # to comment.