From 2eae0ca02d726ac613a3040c155d431bd5815625 Mon Sep 17 00:00:00 2001 From: Speedy11CZ Date: Fri, 22 Sep 2023 01:15:12 +0200 Subject: [PATCH] JDK 17 is minimum version for build --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ef419d..7cae58f 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Because Minecraft must be able to load corrupted resource packs, this allows us This tool can be used only in **GUI** *(recommended)* or in **CLI**. You need to have Java 17 or higher installed on your computer. ## Building -For building this project, you need JDK 8 or newer. +For building this project, you need JDK 17 or newer. Then, just run script `gradlew build` in project directory. You can find compiled JAR files in `*/build/libs` directories.