Integrate SonarQube with your AI agent, scan for secrets and dependency risks, and explore and manage issues—all from the command line.
Start using SonarQube CLI
Hello. I’m unsure if I use the sonarscanner correctly.
Which caching is available for java scanner? How can I make sure that I configured it correctly and get the full performance benefit?
What does the log line mean:
“Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis”
Is this a good sign or should there be something?
In that case – no cache will get used, as the cache is only supported in the context of Pull Request Analysis (not analysis of your main branch). In Developer Edition, the cache is used to speed up PR analysis.