Moved to OpenJDK 14

This commit is contained in:
Erik C. Thauvin 2020-06-09 20:05:17 -07:00
parent 4014cb2ee0
commit 1a6b9a2262
2 changed files with 5 additions and 5 deletions

View file

@ -14,13 +14,13 @@ addons:
jdk:
- oraclejdk8
- openjdk13
- openjdk14
before_install:
- chmod +x gradlew
after_success:
- |
if [ "${TRAVIS_TEST_RESULT}" == 0 ] && [ "$TRAVIS_JDK_VERSION" == "oraclejdk8" ]; then
if [ "${TRAVIS_TEST_RESULT}" == 0 ] && [ "$TRAVIS_JDK_VERSION" == "oraclejdk14" ]; then
./gradlew sonarqube
fi