We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3866901 commit 75822b7Copy full SHA for 75822b7
.github/workflows/codeql-analysis.yml
@@ -51,7 +51,7 @@ jobs:
51
uses: actions/setup-java@v3
52
with:
53
distribution: 'temurin'
54
- java-version: 21
+ java-version: 24
55
56
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
57
# If this step fails, then you should remove it and run the build manually (see below)
@@ -61,8 +61,7 @@ jobs:
61
62
- if: matrix.language == 'java'
63
name: Build Java
64
- run: |
65
- gradle build -PwithAngular=true
+ run: ./gradlew build -PwithAngular=true
66
67
# ������ Command-line programs to run using the OS shell.
68
# ���� https://git.io/JvXDl
0 commit comments