diff options
author | Dorian Burihabwa <dorian.burihabwa@sonarsource.com> | 2024-11-27 15:15:01 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-11-27 20:02:58 +0000 |
commit | 894771222afc360fd1f2410d4731752689f48ed0 (patch) | |
tree | f79c3b1b722d54fd4573892af7cb18e4af95b962 /server/sonar-web/src/main/js/helpers | |
parent | a0c150d22d7dbbabe3600dbc2d6ff328fdfe5b86 (diff) | |
download | sonarqube-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.ts | 2 |
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; |