Updated Project Setup (markdown)

Aurora Lahtela 2021-10-31 09:38:14 +02:00
parent 3f3425b80e
commit fc60a61c65

@ -1,7 +1,7 @@
![Plan Header](http://puu.sh/AXSg7/5f2f78c06c.jpg)
# Project Set-Up
Page version: **5.4 build 1390**
Page version: **5.4 build 1485**
0. Install JDK for Java 16 so that you can compile the project. Note that the plugin is compiled to Java 8 despite this, so newer language features are unavailable.
@ -56,6 +56,10 @@ To run CheckStyle checks run
> `mavenLocal()` is not included in the repositories of main build.gradle.
> If you need locally installed dependencies, add it to the main build.gradle for test builds.
## Web Dev
You can enable [Web developer mode](https://github.com/plan-player-analytics/Plan/wiki/Html-Customization#web-developer-mode) on the plugin to get your changes to browser when refeshing the page.
# More
If you would like to know a bit more how the project is put together before diving in, you can check out [[Project Architecture]]