Run sonarqube under JDK 14, Java 8 support is ending.
This commit is contained in:
parent
1a6b9a2262
commit
6653b6502e
1 changed files with 1 additions and 1 deletions
|
@ -21,6 +21,6 @@ before_install:
|
|||
|
||||
after_success:
|
||||
- |
|
||||
if [ "${TRAVIS_TEST_RESULT}" == 0 ] && [ "$TRAVIS_JDK_VERSION" == "oraclejdk14" ]; then
|
||||
if [ "${TRAVIS_TEST_RESULT}" == 0 ] && [ "$TRAVIS_JDK_VERSION" == "openjdk14" ]; then
|
||||
./gradlew sonarqube
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue