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

Gradle Java Version #19

Open
jckreg opened this issue Dec 12, 2024 · 1 comment
Open

Gradle Java Version #19

jckreg opened this issue Dec 12, 2024 · 1 comment

Comments

@jckreg
Copy link
Contributor

jckreg commented Dec 12, 2024

Java Version

Problem

Project requires that the code is compatible with Java 8. Currently the runners use java 8 but users use what ever is set locally

Goal

Gradle should use Java 8 if available to build, run and test the program

TODO

  • Have gradle check for and use java 8 if available
  • verify github runners are using 8
  • Find out if the java version can be or should be updated to a later version

Triage Info for: Java Version

  • Priority: Moderate?
  • Impact: Moderate?
  • Due Date: ?
@jckreg
Copy link
Contributor Author

jckreg commented Dec 18, 2024

Lines are being added in PR #26 to the build file that ensure that the code is backwards compatible with java 8. No code to force the usage of a java 8 compiler will be added as this prohibits the usage of later JDKs running code that is 8 compliant. This would have also forced the users to specifically download java 8 manually in order to run the code.

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

No branches or pull requests

1 participant