github: Use new property to pass token for sonarcloud

sonar.login is deprecated.
This commit is contained in:
Tobias Brunner 2024-02-16 14:48:44 +01:00
parent b940ce25e9
commit 10a876d54c

View File

@ -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 \