Jdk 8 support
csaboka21 opened this issue · 2 comments
csaboka21 commented
Greetings!
Could you add support for JDK8?
Maybe choose at the start of the script or a completely different script?
BlackCorsair commented
Hey! I'll try, but last time I check I couldn't reliably automate the download of the jdk.
What would you (as a user) prefer?
- for the script to ask you the version.
- you set an environment variable and exec the script? Kinda like:
JDK_VERSION=8 ./scripts/install-jdk.sh
. By default it would install the latest available.
csaboka21 commented
I think it's more user friendly if the scripts asks it at the start of the run.