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

Update Java version to fix CGI error #79

Closed maxipe closed 1 year ago

maxipe commented 1 year ago

I was getting the error mentioned on issue #75 on a new deploy and noticed when manually running StartSonar.bat that I got an error requesting to use Java 17. Updated the Java Version and it works now.

vanderby commented 1 year ago

Thanks for the contribution