base
base copied to clipboard
`java`: first try jre then jdk
JRE only exists for LTS releases
javashould first try jre and fallback to jdkjava-jreshould install jre and fail if missingjava-jdkshould always install jdk and fail if missing
- see #126