Updated Project Setup (markdown)

Aurora Lahtela 2022-07-02 11:41:20 +03:00
parent 824313ea2b
commit dfed4f0954

@ -1,9 +1,9 @@
![Plan Header](http://puu.sh/AXSg7/5f2f78c06c.jpg)
# Project Set-Up
Page version: **5.4 build 1690**
Page version: **5.4 build 1760**
0. Install JDK for Java 17 so that you can compile the project. Note that the plugin is compiled to Java 8 despite this, so newer language features are unavailable.
0. Install JDK for Java 17 so that you can compile the project. Note that the plugin is compiled to Java 11, Plan API to Java 8 and Fabric-plugin to 17 - so newer language features are unavailable in some modules.
1. Fork the Plan repository & Clone that repository to your workstation.
Here is a [Tutorial](https://help.github.com/articles/fork-a-repo/).