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 b300f13 commit 6a5e1edCopy full SHA for 6a5e1ed
.github/workflows/ci.yml
@@ -25,21 +25,23 @@ jobs:
25
submodules: recursive
26
fetch-depth: 0
27
- name: Set up JDKs ☕
28
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
29
with:
30
java-version: |
31
8
32
17
33
21
34
+ 25
35
mvn-toolchain-id: |
36
JavaSE-1.8
37
JavaSE-17
38
JavaSE-21
39
+ JavaSE-25
40
distribution: 'temurin'
41
- name: Set up Maven
42
uses: stCarolas/setup-maven@d6af6abeda15e98926a57b5aa970a96bb37f97d1 # v5
43
- maven-version: 3.9.8
44
+ maven-version: 3.9.11
45
- name: Build with Maven 🏗️
46
run: |
47
mvn clean install --batch-mode -f org.eclipse.jdt.core.compiler.batch -DlocalEcjVersion=99.99
0 commit comments