Skip to content

Commit

Permalink
doc: Contributor Quick Start JDK 17
Browse files Browse the repository at this point in the history
  • Loading branch information
jdrueckert authored Nov 22, 2023
1 parent 4f42a8f commit 138a462
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Contributor-Quick-Start.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

## Required Tools

* Java 11 JDK (e.g. [OpenJDK 11 from AdoptOpenJDK](https://adoptopenjdk.net/releases.html?variant=openjdk11&jvmVariant=hotspot))
* Java 17 JDK (e.g. [OpenJDK 17 from Adoptium (Eclipse Foundation)](https://adoptium.net/en-GB/temurin/releases/?version=17&package=jdk&arch=x64&os=any))
* Git Client (e.g. [Git for Windows](https://gitforwindows.org/) or [GitKraken](https://www.gitkraken.com/))<sup id="a1">[1](#f1)</sup>
* IDE (e.g. [IntelliJ](https://www.jetbrains.com/idea/download)<sup id="a1">[2](#f2)</sup>)

Expand Down Expand Up @@ -79,4 +79,4 @@ You can read through the intro topics for more details on exactly how to set up

<b id="f3">3</b> To get all modules that are part of our release, grab the "omega" line-up instead. Please note, that this line-up requires more memory and time for compilation and start-up. Check our `Index` repo to see all available [line-ups](https://github.com/Terasology/Index/tree/master/distros). [](#a3)

<b id="f4">4</b> Please note, that both `gradlew` and `groovyw` are scripts locally present in your workspace root directory. On *nix systems, you can execute them from within the root directory by prefixing them with `./`. [](#a4)
<b id="f4">4</b> Please note, that both `gradlew` and `groovyw` are scripts locally present in your workspace root directory. On *nix systems, you can execute them from within the root directory by prefixing them with `./`. [](#a4)

0 comments on commit 138a462

Please sign in to comment.