From: Benjamin Campomenosi Date: Wed, 1 Feb 2023 16:07:15 +0000 (+0100) Subject: SONAR-17711 drop deprecated github scanner properties X-Git-Tag: 10.0.0.68432~280 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=d0718c0d3171a06ef2859f50515f8e28d3f75fbc;p=sonarqube.git SONAR-17711 drop deprecated github scanner properties --- diff --git a/travis.sh b/travis.sh index d78b1a0a65c..3af1a97ebd8 100755 --- a/travis.sh +++ b/travis.sh @@ -70,8 +70,7 @@ if [[ -n "${NEXT_TOKEN-}" ]]; then -Dsonar.analysis.prNumber="$PULL_REQUEST_NUMBER" \ -Dsonar.pullrequest.branch="$GIT_BRANCH" \ -Dsonar.pullrequest.base="$PULL_REQUEST_BASE_BRANCH" \ - -Dsonar.pullrequest.key="$PULL_REQUEST_NUMBER" \ - -Dsonar.pullrequest.github.repository="$TRAVIS_REPO_SLUG" + -Dsonar.pullrequest.key="$PULL_REQUEST_NUMBER" elif [ "${TRAVIS_BRANCH}" == "master" ]; then echo '======= Analyze master' ./gradlew jacocoTestReport :server:sonar-web:yarn_validate-ci sonarqube --info --console plain \