Your company is building a new solution in Java. The company currently uses a SonarQube server to analyze the code of .NET solutions. You need to analyze and mo...


Microsoft AZ-400 Exam

Questions Number: 381 out of 535 Questions
71.21%

Question 381
Your company is building a new solution in Java.
The company currently uses a SonarQube server to analyze the code of .NET solutions.
You need to analyze and monitor the code quality of the Java solution.
Which task types should you add to the build pipeline?



The Gradle build task now supports SonarQube analysis.
SonarQube analysis for Java.
In October 2016, we updated the Maven task to support SonarQube analysis (See The Maven build task now simplifies SonarQube analysis). This time, we are pleased to announce an updated Gradle task which makes it easy for Java developers using Gradle to trigger a SonarQube analysis in Visual Studio Team
Services.
Using the Gradle task with SonarQube.
Just as for Maven, we have added a Code Analysis section in which you can now check the "Run SonarQube Analysis" checkbox, which then shows more options.
AZ-400_381E.jpg related to the Microsoft AZ-400 Exam
Reference:
https://devblogs.microsoft.com/devops/the-gradle-build-task-now-supports-sonarqube-analysis/





Previous Questions Next Questions