Update README.md

This commit is contained in:
mikeprimm 2021-08-16 23:54:06 -05:00 committed by GitHub
parent 453783731c
commit 4e5fb3f151
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 1 deletions

View File

@ -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: