Skip to content

Commit a60173a

Browse files
committed
Try if Zulu works with JDK 25.
1 parent ed22b9a commit a60173a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/maven-publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@ jobs:
5555
- uses: actions/checkout@v4
5656
- uses: actions/setup-java@v4
5757
with:
58-
distribution: 'temurin'
58+
# Crashes with: Error: /usr/lib/jvm/temurin-25-jdk-amd64/lib/ct.sym has been modified
59+
# distribution: 'temurin'
60+
distribution: 'zulu'
5961
java-version: 25
6062
- name: Build and jpackage with Maven
6163
run: mvn -B package jpackage::jpackage@${{ matrix.build_name }} --file pom.xml

0 commit comments

Comments
 (0)