3
0
Mirror von https://github.com/ViaVersion/ViaVersion.git synchronisiert 2024-10-02 00:10:06 +02:00

Add note on required jdk version for compilation

Dieser Commit ist enthalten in:
KennyTV 2021-04-14 20:43:30 +02:00
Ursprung 898521de9a
Commit 4df70de312
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 6BE3B555EBC5982B

Datei anzeigen

@ -64,6 +64,8 @@ Please note the [differences in licensing](#license).
Building:
--------
You need JDK 9 or higher to build ViaVersion. The plugin works on Java 8, but needs to be compiled with a higher version for compatibility reasons.
After cloning this repository, build the project with Gradle by running `/gradlew build` and take the created jar out of
the `build/libs` directory.