Skip to content

Commit 22b9ac0

Browse files
authored
Fix JDK version for publish-maven-snapshots GA workflow (#17091)
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
1 parent 7977446 commit 22b9ac0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-maven-snapshots.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
- name: Set up JDK 17
2323
uses: actions/setup-java@v4
2424
with:
25-
distribution: adopt
26-
java-version: 17
25+
distribution: temurin
26+
java-version: 21
2727

2828
- name: Configure AWS credentials
2929
uses: aws-actions/configure-aws-credentials@v4

0 commit comments

Comments
 (0)