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

Update getting started local tutorial to clarify required JDK version. #607

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jpittis
Copy link

@jpittis jpittis commented Dec 13, 2023

Context

See #604 for context. The Mantis project does not presently compile will all JDK versions larger or equal to 8.

Note that I haven't tested for at which point the incompatibility begins, just that JDK17 doesn't work.

I added a tip box for the tip about JDK selection tooling that @calvin681 gave me in #604.

I also ran through the rest of the guide and confirmed it's functional (with a slight adjustment to the wording around the port number selection incase that trips anyone up).

Checklist

  • ./gradlew build compiles code correctly
  • Added new tests where applicable
  • ./gradlew test passes all tests
  • Extended README or added javadocs where applicable

See Netflix#604 for context. The Mantis
project does not presently compile will all JDK versions larger or equal to 8.
@@ -2,7 +2,10 @@

## Prerequisites

JDK 8 or higher
JDK 8 (newer versions may not be supported)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be better to use the java toolchain support in gradle to define this directly and get rid of these instructions altogether. https://docs.gradle.org/current/userguide/toolchains.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants