microsoft / azure-pipelines-tasks

Tasks for Azure Pipelines
https://aka.ms/tfbuild
MIT License
3.43k stars 2.6k forks source link

[enhancement]: custom sonarqube gradle task #19451

Open cubimon opened 6 months ago

cubimon commented 6 months ago

Task name

GradleV3

Describe your feature request here

When sonarQubeRunAnalysis is true, gradle runs the "sonarqube" task. In our case we have a mono repo with multiple projects that include the sonarqube gradle task, so instead of running "sonarqube" we have to run something like ":apps:internal:sonar".

Workaround: Set sonarQubeRunAnalysis to false and set tasks to ":apps:internal:sonar".

vmapetr commented 6 months ago

Hi @cubimon, thanks for reporting! We are working on more prioritized issues at the moment, but will get back to this one soon.

github-actions[bot] commented 2 days ago

This issue is stale because it has been open for 180 days with no activity. Remove the stale label or comment on the issue otherwise this will be closed in 5 days

cubimon commented 2 days ago

I guess I won't be able to create a PR regarding this issue myself, also I am not working anymore with ado and no one else seems to care, so I guess we could just close it