mirror of
https://github.com/TeamPiped/reqwest4j.git
synced 2024-08-14 23:54:39 +00:00
Update publish workflow to use java 21.
This commit is contained in:
parent
1423005cd1
commit
f2b86d2dde
1 changed files with 2 additions and 2 deletions
4
.github/workflows/publish-maven.yml
vendored
4
.github/workflows/publish-maven.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue