]> source.dussan.org Git - sonarqube.git/commitdiff
DOC-141 updating to the correct required version of Gradle (#6761)
authorcynthiabethea <108268296+cynthiabethea@users.noreply.github.com>
Mon, 3 Oct 2022 12:44:00 +0000 (13:44 +0100)
committerPhilippe Perrin <philippe.perrin@sonarsource.com>
Fri, 7 Oct 2022 10:13:55 +0000 (12:13 +0200)
server/sonar-docs/src/pages/analysis/scan/sonarscanner-for-gradle.md

index df67881f7418683d9fc678773a7b39555972d8f0..73d736c159ef83b4b6aededaecd381ff89cc313b 100644 (file)
@@ -16,7 +16,7 @@ The SonarScanner for Gradle provides an easy way to start SonarQube analysis of
 The ability to execute the SonarQube analysis via a regular Gradle task makes it available anywhere Gradle is available (developer build, CI server, etc.), without the need to manually download, setup, and maintain a SonarQube Runner installation. The Gradle build already has much of the information needed for SonarQube to successfully analyze a project. By preconfiguring the analysis based on that information, the need for manual configuration is reduced significantly. 
 
 ## Prerequisites
-* Gradle versions 3+
+* Gradle versions 5+
 * At least the minimal version of Java supported by your SonarQube server is in use 
 
 Bytecode created by javac compilation is required for Java analysis, including Android projects.