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 0d94c4b commit 7808b29Copy full SHA for 7808b29
.github/workflows/ci_release.yml
@@ -17,10 +17,10 @@ jobs:
17
steps:
18
- uses: actions/checkout@v3
19
20
- - name: Set up JDK 17
21
- uses: actions/setup-java@v3
+ - name: Set up JDK 21
+ uses: actions/setup-java@v4
22
with:
23
- java-version: '17'
+ java-version: '21'
24
distribution: 'temurin'
25
26
- name: Get version from tag
.github/workflows/ci_windows.yml
@@ -37,10 +37,10 @@ jobs:
37
38
maven-version: 3.9.6
39
40
41
42
43
44
45
46
- name: Build with Maven
0 commit comments