Updated from JCenter to Maven Central.

Updated dependencies.
This commit is contained in:
Erik C. Thauvin 2021-03-21 16:32:46 -07:00
parent 458c1c67a5
commit f621076f91
89 changed files with 5161 additions and 201 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