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 3196b61 commit 4527199Copy full SHA for 4527199
.github/workflows/build.yml
@@ -11,8 +11,8 @@ jobs:
11
- name: Set up JDK/Maven
12
uses: actions/setup-java@v5
13
with:
14
- distribution: 'zulu'
15
- java-version: 11
+ distribution: temurin
+ java-version: 25
16
- name: Build and verify all modules
17
run: >-
18
mvn
.github/workflows/release.yml
@@ -41,8 +41,8 @@ jobs:
41
42
43
44
45
46
- name: Configure Maven settings
47
uses: whelk-io/maven-settings-xml-action@v22
48
0 commit comments