Which is the best way to analyse sonar on a gradle project - gradle task "sonarqube" or SonarScanner and why.?
Which is the best way to analyse gradle project sonar analysis - gradle task or SonarScanner and why
Asked
Active
Viewed 97 times
0
-
Gradle task from sonar gradle plugin runs sonar scanner underneath – Alexander.Furer Apr 09 '21 at 09:40
-
But sonarqube task first build the project and then run the scanner. What if gradle build is already done. However, SonarScanner does not run the build – Akansha Jain Apr 09 '21 at 09:45
-
Gradle will handle this, trust it – Alexander.Furer Apr 09 '21 at 11:34