Update publish workflow to use java 21.

This commit is contained in:
Kavin 2024-03-28 20:05:36 +00:00
parent 1423005cd1
commit f2b86d2dde
No known key found for this signature in database
GPG Key ID: 6E4598CA5C92C41F
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@ jobs:
- name: set up JDK
uses: actions/setup-java@v4
with:
java-version: 17
distribution: temurin
java-version: 21
distribution: zulu
check-latest: true
cache: "gradle"
- name: Save Private Key