vanderby / SonarQube-AzureAppService

Instructions and files to host SonarQube on an Azure App Service without a container.
MIT License
90 stars 165 forks source link

Add logic to remove duplicate plugins #24

Closed vanderby closed 5 years ago

vanderby commented 5 years ago

Duplicate plugins are caused by updating a plugin from the UI. I don't know why the app doesn't remove the older one on its own, so I'll bake it into the startup script. Resolve #22