We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 140f177 commit 7710546Copy full SHA for 7710546
.github/workflows/integration.yml
@@ -33,5 +33,5 @@ jobs:
33
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
34
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
35
run: |
36
- chmod +x --continue gradlew
37
- ./gradlew build sonarqube
+ chmod +x gradlew
+ ./gradlew --continue build sonarqube
0 commit comments