mirror of
https://github.com/TeamPiped/reqwest4j.git
synced 2024-12-12 21:30:38 +05:30
Update publish workflow to use java 21.
This commit is contained in:
parent
1423005cd1
commit
f2b86d2dde
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 New Issue
Block a user