mirror of
https://github.com/revanced/revanced-patches
synced 2025-01-16 20:47:33 +01:00
build: use Java SDK 17 for building
This commit is contained in:
parent
2e6debc2a0
commit
fd08a6b506
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
|||||||
- name: Setup JDK
|
- name: Setup JDK
|
||||||
uses: actions/setup-java@v3
|
uses: actions/setup-java@v3
|
||||||
with:
|
with:
|
||||||
java-version: '11'
|
java-version: '17'
|
||||||
distribution: 'zulu'
|
distribution: 'zulu'
|
||||||
cache: gradle
|
cache: gradle
|
||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
|
Loading…
x
Reference in New Issue
Block a user