Add note on required jdk version for compilation

This commit is contained in:
KennyTV 2021-04-14 20:43:30 +02:00
parent 898521de9a
commit 4df70de312
No known key found for this signature in database
GPG Key ID: 6BE3B555EBC5982B
1 changed files with 2 additions and 0 deletions

View File

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