I have to use SonarQube 6.7 because of current compatibility with another product. I was wondering which version of sonar-scanner can I use with that version of SonarQube. I tried with the latest sonar-scanner release 4.X but they did not work. Also once I know which version is compatible where can I find that compiled version?
Hi,
Welcome to the community!
If you look at the scanner docs you’ve got a “Show more versions” link in the grey box at the top. that gives you access to a few previous versions. I experimented by grabbing the URL to the oldest one there and removing the artifact from the end. Sure enough, I got a directory index with access to multiple versions.
As to which one you should pick, I can’t help you there. We don’t keep track of compatibilities; we just remember that latest + latest =
So you may have to do some experimenting there.
HTH,
Ann