Skip to content
This repository was archived by the owner on May 8, 2024. It is now read-only.

Commit 5977d18

Browse files
Merge branch 'release-1.0.0' into feature/unit-tests
2 parents 127fe2e + 895c84a commit 5977d18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonar-check-quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }} # Needed to get PR information, if any
3737
SONAR_TOKEN: ${{ secrets.SONAR_IDE_PIPELINE_TOKEN }}
3838
SONAR_HOST_URL: ${{ secrets.SONAR_PIPELINES_HOST_URL }}
39-
run: ./gradlew build sonarqube --info
39+
run: ./gradlew buildPlugin sonarqube --info

0 commit comments

Comments
 (0)