diff --git a/scripts/test.sh b/scripts/test.sh index 23c400291..ec5b33c5a 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -501,7 +501,7 @@ sonarcloud) -Dsonar.host.url=https://sonarcloud.io \ -Dsonar.projectKey=${SONAR_PROJECT} \ -Dsonar.organization=${SONAR_ORGANIZATION} \ - -Dsonar.login=${SONAR_TOKEN} \ + -Dsonar.token=${SONAR_TOKEN} \ -Dsonar.projectVersion=$(git describe --exclude 'android-*')+${BUILD_NUMBER} \ -Dsonar.sources=. \ -Dsonar.cfamily.threads=2 \