Skip to content

Commit 395114e

Browse files
committed
build plugin
1 parent 483dbd8 commit 395114e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,5 @@ steps:
2020
echo 'If you are using a "manual" build mode for one or more of the' \
2121
'languages you are analyzing, replace this with the commands to build' \
2222
'your code, for example:'
23-
echo ' make bootstrap'
24-
echo ' make release'
23+
./gradlew build
2524
exit 1

0 commit comments

Comments
 (0)