Skip to content

Commit 35f9818

Browse files
author
Thierry Boileau
committed
Fix JDK for github actions
1 parent 02638f2 commit 35f9818

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-central.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ concurrency:
88
${{ github.repository }}-${{ github.workflow }}-${{ github.event.number || github.head_ref || github.run_id || github.sha }}
99
cancel-in-progress: true
1010
env:
11-
JAVA_VERSION: 17
11+
JAVA_VERSION: 21
1212
jobs:
1313
publish-central:
1414
runs-on: ubuntu-latest

.github/workflows/publish-github-packages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ concurrency:
88
${{ github.repository }}-${{ github.workflow }}-${{ github.event.number || github.head_ref || github.run_id || github.sha }}
99
cancel-in-progress: true
1010
env:
11-
JAVA_VERSION: 17
11+
JAVA_VERSION: 21
1212
jobs:
1313
publish-gh-packages:
1414
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)