SonarCloud scanner environment soon to require Java 11+

Hi @lorriehall, Post-October clarification for Java 8 projects:
Projects containing Java 8 source code will be able to keep the same build configuration using a JDK8 to produce their binaries (Note: it’s also possible to build a Java 8 project using JDK11). But at the analysis step (sonar-scanner or mvn sonar:sonar or gradle sonarqube…) a JVM version 11 or greater will be required (Note: it’s possible to have a JDK/JVM version 8 and 11 on the same machine). Having this requirement fulfilled, projects containing Java 8 source code will continue to be analyzed as usual.