How to analyze Scala

Hey everyone. I’m pretty new to all this. SonarQube is awesome from what I’ve seen so far. I have it analyzing my Java projects perfectly as part of a pipeline. However, I’ve been asked to do the same for a Scala project and when I publish to SonarQube it just says the project is empty. I see talk of various scala plugins, etc., but all the links here for such a plugin are broken and I’m not really sure how to proceed. Can anyone advise on where to look next? We are on Scala 8.9 Community Edition if that helps.

Hi,

Welcome to the community!

Your version is past EOL. You should upgrade to either the latest version or the current LTS at your earliest convenience. Your upgrade path is:

8.9.* → 9.9.1 → 10.1 (last step optional)

You may find these resources helpful:

If you have questions about upgrading, feel free to open a new thread for that here.

Once you’re on a current version, we can look into why your Scala analysis isn’t happening (hint: post your analysis logs :smiley:)

 
Ann