SonarQube extension for Azure DevOps requires JAVA

Hi,
We use SonarQube extension version 4.11.0 for Azure DevOps Server from the Market place

The “Run Code Analysis” tasks has internal demand encoded into it and requires “java” capability to exist on the agent (Github)

However, what you really depend on is the “JAVA_HOME” environment variable (Github)

Would it make sense to amend the task and put standard well-know “java_home” instead of “java” ?

Hi @a1exstr and welcome to the community.

Theoretically we could yes, but there is a ongoing bug on Microsoft’s side that prevent us from this moving (since a long time), so not sure we can do anything in the mean time.

HTH,
Mickaël