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

Commit 895c84a

Browse files
fix: buildPlugin instead of build task
Signed-off-by: Matheus Ferreira <matheus.ferreira@zup.com.br>
1 parent 5653977 commit 895c84a

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)