SonarQube Version Upgraded 6.7.3 to 7.2 (Scans worked in 6.7.3 without issues)
SonarQube Plugin Upgraded from 2.8 to 2.11
Process:
SonarQube Pluging was uninstalled, SonarQube was then upgraded and the latest plugin was then installed.
Error:
Trying to figure out what would cause the .class files to not be found.
Attempts:
sonar.sources set to ${WORKSPACE}, set to workspace folder path (made no difference)
sonar.java.binaries set to **/classes, **/.class, and relative path to class folder (made no difference)
sonar.java.libraries set to the path of the library folder (original removed, but added for testing; made no change)