We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 332b5ba commit 4ddaa15Copy full SHA for 4ddaa15
1 file changed
.github/workflows/ci_check.yml
@@ -27,12 +27,12 @@ jobs:
27
- uses: actions/checkout@v2
28
with:
29
submodules: true
30
- - name: Set up JDK 17
+ - name: Set up JDK 21
31
uses: actions/setup-java@v2
32
33
distribution: 'temurin'
34
cache: 'gradle'
35
- java-version: 17
+ java-version: 21
36
- name: Make gradlew executable
37
run: chmod +x ./gradlew
38
- name: Build console with npm
@@ -44,12 +44,12 @@ jobs:
44
45
46
47
48
49
50
51
52
53
54
55
- name: Run tests
0 commit comments