mirror of
https://github.com/webbukkit/dynmap.git
synced 2025-01-16 04:31:31 +01:00
Update README.md
This commit is contained in:
parent
453783731c
commit
4e5fb3f151
10
README.md
10
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:
|
||||
|
Loading…
Reference in New Issue
Block a user