Skip to content

Commit 0f6313c

Browse files
author
Guy Davenport
committed
change java version to 21
1 parent 511548f commit 0f6313c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up Java
2525
uses: actions/setup-java@v4
2626
with:
27-
java-version: '22'
27+
java-version: '21'
2828
distribution: 'temurin'
2929

3030
- name: Setup Gradle

0 commit comments

Comments
 (0)