You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
Triage Info for: Java Version
The text was updated successfully, but these errors were encountered: