Skip to content

Commit 5982467

Browse files
author
Gérard Collin
committed
fix: build with temurin
1 parent 5898a8e commit 5982467

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dev-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up JDK 25
2525
uses: actions/setup-java@v5
2626
with:
27-
distribution: 'adopt'
27+
distribution: 'temurin'
2828
java-version: '25'
2929
- name: Cache Maven repository
3030
uses: actions/cache@v4

.github/workflows/main-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up JDK 25
2525
uses: actions/setup-java@v5
2626
with:
27-
distribution: 'adopt'
27+
distribution: 'temurin'
2828
java-version: '25'
2929
- name: Cache Maven repository
3030
uses: actions/cache@v4

0 commit comments

Comments
 (0)