feat(opts): add gradle CLI opts
This commit is contained in:
parent
6d846d8945
commit
459e3ee1e9
@ -27,7 +27,7 @@
|
|||||||
extends: .sonar-template-common
|
extends: .sonar-template-common
|
||||||
image: $GRADLE_IMAGE
|
image: $GRADLE_IMAGE
|
||||||
script:
|
script:
|
||||||
- ./gradlew $GRADLE_OPTS sonarqube $GRADLE_CLI_OPTS
|
- ./gradlew $GRADLE_OPTS $GRADLE_CLI_OPTS sonarqube
|
||||||
"-Dsonar.host.url=$SONAR_HOST_URL"
|
"-Dsonar.host.url=$SONAR_HOST_URL"
|
||||||
"-Dsonar.login=$SONAR_TOKEN"
|
"-Dsonar.login=$SONAR_TOKEN"
|
||||||
"-Dsonar.projectKey=$SONAR_PROJECT_KEY"
|
"-Dsonar.projectKey=$SONAR_PROJECT_KEY"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user