Skip to content

Commit

Permalink
Use oraclejdk11 in Travis build
Browse files Browse the repository at this point in the history
JDK 8 is no longer supported for sonarqube analysis, see:
https://travis-ci.org/github/metafacture/metafacture-core/builds/764392244#L1514
  • Loading branch information
fsteeg committed Apr 19, 2021
1 parent 3b22e69 commit df2f39f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -18,7 +18,7 @@ sudo: false
dist: trusty
language: java
jdk:
- oraclejdk8
- oraclejdk11
addons:
sonarcloud:
organization: metafacture
Expand Down

0 comments on commit df2f39f

Please sign in to comment.