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 6208e1f commit 68db530Copy full SHA for 68db530
.github/workflows/build.yml
@@ -34,4 +34,4 @@ jobs:
34
env:
35
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
36
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
37
- run: ./gradlew build sonar --info
+ run: ./gradlew build sonar --info -x :study:build
0 commit comments