Moved to OpenJDK 14

This commit is contained in:
Erik C. Thauvin 2020-06-09 21:15:54 -07:00
parent c835e8a478
commit f3b79a08a0
2 changed files with 5 additions and 6 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" == "openjdk14" ]; then
./gradlew sonarqube
fi