Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: Contributor Quick Start JDK 17 #5184

Merged
merged 1 commit into from
Nov 22, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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)