We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 483dbd8 commit 395114eCopy full SHA for 395114e
.github/workflows/codeql-analysis.yml
@@ -20,6 +20,5 @@ steps:
20
echo 'If you are using a "manual" build mode for one or more of the' \
21
'languages you are analyzing, replace this with the commands to build' \
22
'your code, for example:'
23
- echo ' make bootstrap'
24
- echo ' make release'
+ ./gradlew build
25
exit 1
0 commit comments