aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/helpers
diff options
context:
space:
mode:
authorDorian Burihabwa <dorian.burihabwa@sonarsource.com>2024-11-27 15:15:01 +0100
committersonartech <sonartech@sonarsource.com>2024-11-27 20:02:58 +0000
commit894771222afc360fd1f2410d4731752689f48ed0 (patch)
treef79c3b1b722d54fd4573892af7cb18e4af95b962 /server/sonar-web/src/main/js/helpers
parenta0c150d22d7dbbabe3600dbc2d6ff328fdfe5b86 (diff)
downloadsonarqube-894771222afc360fd1f2410d4731752689f48ed0.tar.gz
sonarqube-894771222afc360fd1f2410d4731752689f48ed0.zip
SONAR-23777 Update project onboarding tutorials to use Gradle scanner 6.0.1.5171
Diffstat (limited to 'server/sonar-web/src/main/js/helpers')
-rw-r--r--server/sonar-web/src/main/js/helpers/constants.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/helpers/constants.ts b/server/sonar-web/src/main/js/helpers/constants.ts
index 1ed65420521..c3d807a14a3 100644
--- a/server/sonar-web/src/main/js/helpers/constants.ts
+++ b/server/sonar-web/src/main/js/helpers/constants.ts
@@ -281,7 +281,7 @@ export const IMPORT_COMPATIBLE_ALMS = [
AlmKeys.GitLab,
];
-export const GRADLE_SCANNER_VERSION = '6.0.0.5145';
+export const GRADLE_SCANNER_VERSION = '6.0.1.5171';
export const ONE_SECOND = 1000;