Improved: sdkman is now useless

I guess because of https://lists.apache.org/thread/d8nvtr506dx5tsc86mhzj128v0qjgwn1
We get this error

$ sdk update
[1;31mStop! Candidate version is not installed.
[1;33mTip: Run the following to install this version
[1;33m$ sdk install java 11.0.4-tem

We can't reinstall 11.0.4-tem. Fortunately is not needed. We have now

ofbizDemo@ofbiz-vm1:~/branch18.12$ java -version
openjdk version "11.0.14" 2022-01-18
OpenJDK Runtime Environment Temurin-11.0.14+9 (build 11.0.14+9)
OpenJDK 64-Bit Server VM Temurin-11.0.14+9 (build 11.0.14+9, mixed mode)

So it's OK and has no impact on next and trunk running under Docker
1 file changed