Start 1.18 Spigot work... need to sort through obfuscation bullshit

This commit is contained in:
Mike Primm 2021-11-23 16:43:55 -06:00
parent 0a54f702c5
commit 50e75e17d2
9 changed files with 998 additions and 3 deletions

View file

@ -9,9 +9,9 @@
* [Where to go for questions and discussions](#where-to-go-for-questions-and-discussions)
* [Where to go to make donations](#where-to-go-to-make-donations)
# How to build
Dynmap 3.x+ uses Gradle for building support for all platforms, with all resulting artifacts produced in the /targets directory. Due to Minecraft 1.17.x+ requirements, the developer's
default JDK must be a JDK 16 (or later) versions - older versions will still be compiled
to run on the default JDK for those platforms (JDK 8), as will all common libraries.
Dynmap 3.x+ uses Gradle for building support for all platforms, with all resulting artifacts produced in the /targets directory. Due to Minecraft 1.18.x+ requirements, the developer's
default JDK must be a JDK 17 (or later) versions - older versions will still be compiled
to run on the default JDK for those platforms (JDK 8, or JDK 16 for 1.17.x, and common libraries are built JDK 8.
To build, run: