Skip to content

Commit 75822b7

Browse files
committed
fix: bulid
1 parent 3866901 commit 75822b7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/codeql-analysis.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
uses: actions/setup-java@v3
5252
with:
5353
distribution: 'temurin'
54-
java-version: 21
54+
java-version: 24
5555

5656
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5757
# If this step fails, then you should remove it and run the build manually (see below)
@@ -61,8 +61,7 @@ jobs:
6161

6262
- if: matrix.language == 'java'
6363
name: Build Java
64-
run: |
65-
gradle build -PwithAngular=true
64+
run: ./gradlew build -PwithAngular=true
6665

6766
# ������ Command-line programs to run using the OS shell.
6867
# ���� https://git.io/JvXDl

0 commit comments

Comments
 (0)