Folks Is there anyone here familiar enough with TravisCI to advise how to make TravisCI use JDK 11.0.3 instead of JDK 11.0.2? Any help would be greatly appreciated.
Cheers Oleg --- Installing openjdk11 ... $ cd apache/httpcomponents-client $ git checkout -qf 1856af29d63db78b5937b4f729f29657d77cc5da $ java -Xmx32m -version openjdk version "11.0.2" 2019-01-15 OpenJDK Runtime Environment 18.9 (build 11.0.2+9) OpenJDK 64-Bit Server VM 18.9 (build 11.0.2+9, mixed mode) $ javac -J-Xmx32m -version javac 11.0.2 ... --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
