Skip to content

Commit 00ed3ad

Browse files
committed
IJMP-1655 sonarqube task changed to sonar
Signed-off-by: Uladzislau <[email protected]>
1 parent b5bb97f commit 00ed3ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/sonar/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ runs:
1515
- name: Code coverage and publish results
1616
shell: bash
1717
run: >
18-
./gradlew --info sonarqube
18+
./gradlew --info sonar
1919
-Dorg.gradle.jvmargs="-XX:MaxMetaspaceSize=512m"
2020
-Dresults="build/reports/tests/test,build/test-results/test,build/reports/jacoco/test/html"
2121
-Psonar.host.url=$SONAR_HOST_URL -Dsonar.login=$SONAR_TOKEN

0 commit comments

Comments
 (0)