docs: Mention JDK instead of JRE

This commit is contained in:
oSumAtrIX 2025-05-22 14:09:40 +02:00 committed by GitHub
parent 8b0c0b379f
commit 2e0bd0ebed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,11 +5,11 @@ Certain requirements are needed to be able to develop with ReVanced.
## 🤝 Requirements
- A Java/ Kotlin IDE such as [IntelliJ IDEA](https://www.jetbrains.com/idea/)
- Java Runtime Environment 17 (e.g. [OpenJDK](https://jdk.java.net/archive/))
- Knowledge of Git, Gradle and how to setup and use multi-module Gradle projects
- Java Development Kit 17 (e.g. [OpenJDK](https://jdk.java.net/archive/))
- Knowledge of Git, Gradle and how to set up and use multi-module Gradle projects
## ⏭️ Whats next
The next section explains, how to setup a suitable development environment for ReVanced with [IntelliJ IDEA](https://www.jetbrains.com/idea/)
The next section explains, how to set up a suitable development environment for ReVanced with [IntelliJ IDEA](https://www.jetbrains.com/idea/)
Continue: [👨‍💻 Setup a development environment for ReVanced](1_setup.md)