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 4dd9460 commit 4928878Copy full SHA for 4928878
.github/workflows/build.yml
@@ -36,4 +36,5 @@ jobs:
36
working-directory: ./app
37
run: |
38
chmod +x gradlew
39
- run: ./gradlew build sonar --info
+ ./gradlew build sonar --info
40
+
0 commit comments