I am trying to onboard projects into github sonarqube servers, I have created github app and also integrated with sonarqube by enabling PR deocration,
I am using GithubAction as CI tool for the repositories and have added sonarqube plugins and properties in build.gradle file,
Whenever I push any code into git repo I could see github action is running in Action tab but Build and analyzing is failing with below error
FAILURE: Build failed with an exception.
*** What went wrong:** Execution failed for task ‘:sonarqube’. > java.util.ConcurrentModificationException (no error message)
I have attached build.gradle and logs file ,Could you please help
2022-09-16T10:54:37.4177165Z > Run with --stacktrace option to get the stack trace.
2022-09-16T10:54:37.4177554Z > Run with --debug option to get more log output.
2022-09-16T10:54:37.4177897Z > Run with --scan to get full insights.
Sorry if I wasn’t clear before. I would recommend following the instructions in the logs (adding --debug, --info, or --stacktrace) to see if you can find more detailed information about why the scanner couldn’t connect to your SonarQube server.