You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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".
The text was updated successfully, but these errors were encountered:
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
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
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
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 settasks
to ":apps:internal:sonar".The text was updated successfully, but these errors were encountered: