Am I reading the “new” command line arguments correctly, that an installation of an OpenJDK is cached?
$ export JAVA_HOME=~/openjdk11
$ export PATH="$JAVA_HOME/bin:$PATH"
$ ~/bin/install-jdk.sh --target "/home/travis/openjdk11" --workspace "/home/travis/.cache/install-jdk" --feature "11" --license "GPL" --cacerts
If yes: that’s great! When was the caching applied?