Skip to content

7.0.0

Compare
Choose a tag to compare
@SonarTech SonarTech released this 18 Jul 12:54
9a291fa

Breaking changes

The default value for the /d:sonar.host.url parameter changed from http://localhost:9000 to https://sonarcloud.io.

What's new

The scanner no longer depends on a local Java runtime environment installation. The required Java runtime environment is provisioned and cached by the scanner.

You can skip this provisioning by specifying one of these parameters in the begin step:

  • /d:sonar.scanner.skipJreProvisioning=true
  • /d:sonar.scanner.javaExePath="<<path\to\java.exe>>"