aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-docs
diff options
context:
space:
mode:
authorcynthiabethea <108268296+cynthiabethea@users.noreply.github.com>2022-10-03 13:44:00 +0100
committerPhilippe Perrin <philippe.perrin@sonarsource.com>2022-10-07 12:13:55 +0200
commitb017c732b07fd8a33080f646da4fa5a3c3218319 (patch)
tree6b7611924297acedc9675b71fc4397bfa0bb49fc /server/sonar-docs
parent97d30aa9b23857c511d217110bfe86ca38b3cc67 (diff)
downloadsonarqube-b017c732b07fd8a33080f646da4fa5a3c3218319.tar.gz
sonarqube-b017c732b07fd8a33080f646da4fa5a3c3218319.zip
DOC-141 updating to the correct required version of Gradle (#6761)
Diffstat (limited to 'server/sonar-docs')
-rw-r--r--server/sonar-docs/src/pages/analysis/scan/sonarscanner-for-gradle.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-docs/src/pages/analysis/scan/sonarscanner-for-gradle.md b/server/sonar-docs/src/pages/analysis/scan/sonarscanner-for-gradle.md
index df67881f741..73d736c159e 100644
--- a/server/sonar-docs/src/pages/analysis/scan/sonarscanner-for-gradle.md
+++ b/server/sonar-docs/src/pages/analysis/scan/sonarscanner-for-gradle.md
@@ -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.