Skip to content

Commit df2f39f

Browse files
committed
Use oraclejdk11 in Travis build
JDK 8 is no longer supported for sonarqube analysis, see: https://travis-ci.org/github/metafacture/metafacture-core/builds/764392244#L1514
1 parent 3b22e69 commit df2f39f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ sudo: false
1818
dist: trusty
1919
language: java
2020
jdk:
21-
- oraclejdk8
21+
- oraclejdk11
2222
addons:
2323
sonarcloud:
2424
organization: metafacture

0 commit comments

Comments
 (0)