Moved Sonarqube to GitHub action.

This commit is contained in:
Erik C. Thauvin 2021-05-19 22:52:19 -07:00
parent 6f15433034
commit 37789dc633
4 changed files with 48 additions and 13 deletions

View file

@ -5,15 +5,5 @@ jdk:
- oraclejdk8
- openjdk14
addons:
sonarcloud:
organization: "ethauvin-github"
before_install:
- chmod +x gradlew
after_success:
- |
if [ "${TRAVIS_TEST_RESULT}" == 0 ] && [ "$TRAVIS_JDK_VERSION" == "openjdk14" ]; then
./gradlew sonarqube
fi