Skip to content

Commit db861bd

Browse files
fix(ci): use java-version 21 for publish step
1 parent 32a1df1 commit db861bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/create-releases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
distribution: temurin
3030
java-version: |
3131
8
32-
17
32+
21
3333
cache: gradle
3434

3535
- name: Set up Gradle

.github/workflows/publish-sonatype.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
distribution: temurin
1919
java-version: |
2020
8
21-
17
21+
21
2222
cache: gradle
2323

2424
- name: Set up Gradle

0 commit comments

Comments
 (0)