Skip to content

Commit 52efe51

Browse files
author
Gérard Collin
committed
fix: build with temurin
1 parent 0cd2d2f commit 52efe51

3 files changed

Lines changed: 3 additions & 3 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

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Set up JDK 25
3232
uses: actions/setup-java@v5
3333
with:
34-
distribution: 'adopt'
34+
distribution: 'temurin'
3535
java-version: '25'
3636
- name: Cache Maven repository
3737
uses: actions/cache@v4

0 commit comments

Comments
 (0)