chore(Sonar): Switch to not depricated gradle plugin call
This commit is contained in:
parent
e4ad30bfd6
commit
4a81e6df57
@ -36,7 +36,7 @@
|
||||
if [ "$BACKEND_DIR" != "" ]; then
|
||||
cd $BACKEND_DIR
|
||||
fi
|
||||
- ./gradlew --build-cache $GRADLE_OPTS sonarqube $GRADLE_CLI_OPTS $GRADLE_EXTRA_OPTS
|
||||
- ./gradlew --build-cache $GRADLE_OPTS sonar $GRADLE_CLI_OPTS $GRADLE_EXTRA_OPTS
|
||||
"-Dsonar.host.url=$SONAR_HOST_URL"
|
||||
"-Dsonar.login=$SONAR_TOKEN"
|
||||
"-Dsonar.projectKey=$SONAR_PROJECT_KEY"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user