Java 11 deprecated PR comment while using azure devops defaults

Hey everybody.

We will sort out the default bahivor of the task his week.

For now, you can alter your pipeline to configure the JVM used.

- task: SonarCloudAnalyze@1
  inputs:
    jdkversion: 'JAVA_HOME_17_X64'
3 Likes