mirror of
https://github.com/revanced/revanced-cli.git
synced 2024-11-11 22:29:24 +01:00
build: downgrade to JDK version 11
This commit is contained in:
parent
0a16bc849b
commit
9f8c2aeedf
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: '17'
|
java-version: '11'
|
||||||
distribution: 'zulu'
|
distribution: 'zulu'
|
||||||
cache: gradle
|
cache: gradle
|
||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
|
@ -34,6 +34,10 @@ dependencies {
|
|||||||
testImplementation("org.jetbrains.kotlin:kotlin-test:1.8.20-RC")
|
testImplementation("org.jetbrains.kotlin:kotlin-test:1.8.20-RC")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
kotlin {
|
||||||
|
jvmToolchain(11)
|
||||||
|
}
|
||||||
|
|
||||||
tasks {
|
tasks {
|
||||||
test {
|
test {
|
||||||
useJUnitPlatform()
|
useJUnitPlatform()
|
||||||
|
@ -1,17 +1,15 @@
|
|||||||
# 💼 Prerequisites
|
# 💼 Prerequisites
|
||||||
|
|
||||||
To use the ReVanced CLI, you will need to fulfill certain requirements.
|
To use ReVanced CLI, you will need to fulfill certain requirements.
|
||||||
|
|
||||||
## 🤝 Requirements
|
## 🤝 Requirements
|
||||||
|
|
||||||
- [Android Debug Bridge (adb)](https://developer.android.com/studio/command-line/adb), the command-line tool that lets
|
- [Android Debug Bridge (adb)](https://developer.android.com/studio/command-line/adb) if you want to deploy the patched APK file on your device
|
||||||
you communicate with a device (optional).
|
- An ABI other than ARMv7 such as x86 or x86-64 (or a custom AAPT binary that supports ARMv7)
|
||||||
- A x86/x86_64 host (or a custom AAPT binary for your architecture)
|
- Java SDK 11 (Azul JDK or OpenJDK)
|
||||||
- Zulu OpenJDK 17
|
|
||||||
- An APK file (e.g. YouTube v17.49.37 or YouTube Music v5.36.51)
|
|
||||||
|
|
||||||
## ⏭️ Whats next
|
## ⏭️ Whats next
|
||||||
|
|
||||||
The next section will show, how to use the [ReVanced CLI](https://github.com/revanced/revanced-cli).
|
The next section will show, how to use the [ReVanced CLI](https://github.com/revanced/revanced-cli).
|
||||||
|
|
||||||
Continue: [🛠️ Using the ReVanced CLI](1_usage.md)
|
Continue: [🛠️ Using the ReVanced CLI](1_usage.md)
|
Loading…
Reference in New Issue
Block a user