Skip to content

Commit a31043c

Browse files
committed
fix: build
1 parent b874fa3 commit a31043c

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/codeql.yml

+7-2
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,16 @@ jobs:
6565
distribution: 'temurin'
6666
java-version: 24
6767

68-
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift).
68+
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
6969
# If this step fails, then you should remove it and run the build manually (see below)
70-
- name: Autobuild
70+
- if: matrix.language != 'java'
71+
name: Autobuild
7172
uses: github/codeql-action/autobuild@v3
7273

74+
- if: matrix.language == 'java'
75+
name: Build Java
76+
run: ./gradlew build -PwithAngular=true
77+
7378
# ℹ️ Command-line programs to run using the OS shell.
7479
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
7580

0 commit comments

Comments
 (0)