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 25c6735 commit da244e1Copy full SHA for da244e1
.github/workflows/build.yml
@@ -27,4 +27,4 @@ jobs:
27
env:
28
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
29
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
30
- run: gradle wrapper && ./gradlew build sonarqube --info
+ run: ./gradlew build sonarqube --info
0 commit comments