Hi,
Welcome to the community!
Thanks for sharing your analysis logs. What did you make of them?
I see several possibilities.
Off-hand it looks like either a misconfiguration of your SonarQube location
Or perhaps something on your network (e.g. proxy or firewall) interfering with the transfer of the library binaries (since, the library download isn’t the first call made to the server during analysis).
A third, less obvious option is also there in your log:
The current scanner version is 4.6.2. It appears that the specialized scanner you’re using is a bit long in the tooth; the last commit on that project was in 2019. I would try dropping it and doing a standard Gradle analysis.
HTH,
Ann