Is your feature request related to a problem? Please describe.
There is a much newer version of the sonar scanning software. The current Flow script utilizes an older jar file that is only compatible with Java 8.
Describe the solution you'd like
Update the Sonar Flow module to utilize an updated version of the sonar scanner software. This should work with multiple versions of the JDK above JDK8.
Describe alternatives you've considered
An alternative to having Flow execute Sonar would be to have Maven or Gradle execute a Sonar scan using the newer Sonar scanners that are utilized by Maven or Gradle build plugins.
Additional context
N/A
Is your feature request related to a problem? Please describe.
There is a much newer version of the sonar scanning software. The current Flow script utilizes an older jar file that is only compatible with Java 8.
Describe the solution you'd like
Update the Sonar Flow module to utilize an updated version of the sonar scanner software. This should work with multiple versions of the JDK above JDK8.
Describe alternatives you've considered
An alternative to having Flow execute Sonar would be to have Maven or Gradle execute a Sonar scan using the newer Sonar scanners that are utilized by Maven or Gradle build plugins.
Additional context
N/A