From 86cbb2ed4ec82619ae88c337f1825ef5df2ce14f Mon Sep 17 00:00:00 2001 From: idk <hankhill19580@gmail.com> Date: Thu, 31 Dec 2020 11:52:10 -0500 Subject: [PATCH] travis-ci test: Try switching to oraclejdk11 without updating the sonarqube plugin. --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index e80cb4b6e2..29efad09b5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,12 @@ language: java -dist: trusty +dist: bionic jdk: - oraclejdk11 matrix: include: - - jdk: oraclejdk8 + - jdk: oraclejdk11 addons: sonarcloud: organization: "i2p" @@ -26,7 +26,7 @@ cache: script: - | - if [ "$TRAVIS_JDK_VERSION" == "oraclejdk8" ]; then + if [ "$TRAVIS_JDK_VERSION" == "oraclejdk11" ]; then ./gradlew sonarqube codeCoverageReport else ./gradlew check codeCoverageReport -- GitLab