The following SonarQube properties are deprecated and should no longer be used:

Noncompliant Code Example

sonar.libraries=lib
sonar.binaries=bin
sonar.skipDesign=true
sonar.profile=myprofile
sonar.showProfiling=true

Compliant Solution

sonar.java.libraries=lib
sonar.java.binaries=bin
sonar.log.level=DEBUG

See