SonarQube Azure DevOps extension not using java 17

The SonarQube Azure DevOps extension is not using Java 17 by default, although it warns about this jdk version being mandatory starting SonarQube 10.4.

An update has been provided for the SonarCloud AzDO extension since several months in Pull Request #285, but not for the SonarQube version. Any reasons why?

Anyway, I made this PR to fix that: SonarQube analyze jdkversion default value bump to Java 17 by asbiin · Pull Request #345 · SonarSource/sonar-scanner-vsts · GitHub

Thank you

Hello @asbin , I’ve just finished answering you on your GitHub PR, I am posting here as well for visibility.

We will indeed create a version 6 of the SonarQube tasks that will include the latest scanner. As the latest scanner only supports Java 17, Java 17 will indeed become the default value.