We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42c8e48 commit ecd9247Copy full SHA for ecd9247
.github/workflows/codeql.yml
@@ -43,7 +43,7 @@ jobs:
43
44
- if: matrix.build-mode == 'manual' && matrix.language == 'java-kotlin'
45
working-directory: ./backend
46
- run: ./gradlew bootJar
+ run: gradle bootJar
47
48
- name: Perform CodeQL Analysis
49
uses: github/codeql-action/analyze@v3
0 commit comments