From 4e5fb3f151e1ebf86d8b121d9fcb230148fac4e0 Mon Sep 17 00:00:00 2001 From: mikeprimm Date: Mon, 16 Aug 2021 23:54:06 -0500 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 59041905..90badbf8 100644 --- a/README.md +++ b/README.md @@ -16,14 +16,22 @@ to run on the default JDK for those platforms (JDK 8), as will all common librar To build, run: ./gradlew clean build + +Or (on Windows): + + gradlew.bat clean build + +The Forge 1.11.2 and 1.12.2 versions (specifically ForgeGradle for these) is very sensitive to being built by JDH 8, so to build them, +set JAVA_HOME to correspond to a JDK 8 installation, then build using the following; + cd oldgradle ./gradlew clean build Or (on Windows): - gradlew.bat clean build cd oldgradle gradlew.bat clean build + # What platforms are supported? The following target platforms are supported, and you can find them at the links supplied: