Hi. I’ve been developing a custom java plugin which will be installed on sonarqube whenever we redeploy the instance.
My question is:
I’ve seen that it depends on a plugin
<sonarjava.version>5.12.1.17771</sonarjava.version>
but if I install a fresh sonarqube on my local, the installation fails because it can’t find this dependency.
Why is this happening?
I would expect it to check if it has it, and if it doesn’t, to download and install it, then install my plugin. Exactly like here: