将构建项目所需的最低 JDK 版本升级至 11 (#3805)

This commit is contained in:
Glavo
2025-04-29 09:52:06 +08:00
committed by GitHub
parent d70712a18f
commit 75d0ec34f5
6 changed files with 8 additions and 19 deletions

View File

@@ -41,7 +41,7 @@ The software is distributed under [GPLv3](https://www.gnu.org/licenses/gpl-3.0.h
If you want to submit a pull request, here are some requirements:
* IDE: IntelliJ IDEA
* Compiler: Java 1.8 or Java 11+
* Compiler: Java 11+
* Do NOT modify `gradle` files
### Compilation
@@ -52,7 +52,7 @@ Simply execute the following command in the project root directory:
./gradlew clean build
```
Make sure you have at least JavaFX 8 installed. Liberica Full JDK 8 or later is recommended.
Make sure you have Java 11 or later installed.
## JVM Options (for debugging)