Skip to content

Commit 1dd7caa

Browse files
committed
Update Actions
1 parent 49bdc27 commit 1dd7caa

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ jobs:
1616
artifacts: |
1717
*/build/libs/
1818
!buildSrc
19+
java-version: 21

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ jobs:
1919
!*-sources.jar
2020
!*-javadoc.jar
2121
gradle-publish: 'publish'
22+
java-version: 21
2223
secrets: inherit

0 commit comments

Comments
 (0)