we are using sonarqube which is installed on cloud premises with the following configuraitons:
sonarqube version: Version 7.9.4 (build 35981)
Java Code Quality and Security Code Analyzer for Java :6.3.2 (build 22818)
kotlin plugin: detekt: 2.3.0
now the question is we are having projects which uses java11 and one more project(Android) which uses Kotlin java8.
we are able to integrate with the projects using java11, however when we are trying to integrate with Kotlin project which uses java8, it is giving me the following error SonarScanner will require Java 11 to run starting in SonarQube 8.x.
we are using jenkins as CI tool and gradle to build the projects and sonar server is running somewhere in the cloud and we use to gradle task to perform the sonarscanning operation
we are building the kotlin project in java 8 only, when you say change the JAVA_HOME to java11 and launch SonarScanner, do you mean to say change the java version to 11 and run the gradle task?
The general process above will need to be applied within your Gradle logic.
This falls into the Gradle configuration domain. Depending how you have defined your gradle tasks, this could be something like: