feat(opts): add gradle CLI opts

This commit is contained in:
Wolfram Gulde 2022-03-07 22:53:05 +01:00
parent 6d846d8945
commit 459e3ee1e9

View File

@ -27,7 +27,7 @@
extends: .sonar-template-common
image: $GRADLE_IMAGE
script:
- ./gradlew $GRADLE_OPTS sonarqube $GRADLE_CLI_OPTS
- ./gradlew $GRADLE_OPTS $GRADLE_CLI_OPTS sonarqube
"-Dsonar.host.url=$SONAR_HOST_URL"
"-Dsonar.login=$SONAR_TOKEN"
"-Dsonar.projectKey=$SONAR_PROJECT_KEY"