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 | |
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')
6 files changed, 16 insertions, 16 deletions
diff --git a/server/sonar-web/src/main/js/components/tutorials/bitbucket-pipelines/__tests__/__snapshots__/BitbucketPipelinesTutorial-it.tsx.snap b/server/sonar-web/src/main/js/components/tutorials/bitbucket-pipelines/__tests__/__snapshots__/BitbucketPipelinesTutorial-it.tsx.snap index 1fb4d7e4948..7438c3f7613 100644 --- a/server/sonar-web/src/main/js/components/tutorials/bitbucket-pipelines/__tests__/__snapshots__/BitbucketPipelinesTutorial-it.tsx.snap +++ b/server/sonar-web/src/main/js/components/tutorials/bitbucket-pipelines/__tests__/__snapshots__/BitbucketPipelinesTutorial-it.tsx.snap @@ -294,7 +294,7 @@ pipelines: exports[`should follow and complete all steps: Groovy: build.gradle 1`] = ` "plugins { - id "org.sonarqube" version "6.0.0.5145" + id "org.sonarqube" version "6.0.1.5171" } sonar { @@ -307,7 +307,7 @@ sonar { exports[`should follow and complete all steps: Kotlin: build.gradle.kts 1`] = ` "plugins { - id("org.sonarqube") version "6.0.0.5145" + id("org.sonarqube") version "6.0.1.5171" } sonar { diff --git a/server/sonar-web/src/main/js/components/tutorials/github-action/__tests__/__snapshots__/GithubActionTutorial-it.tsx.snap b/server/sonar-web/src/main/js/components/tutorials/github-action/__tests__/__snapshots__/GithubActionTutorial-it.tsx.snap index 872f4474ff9..ae97f9249b1 100644 --- a/server/sonar-web/src/main/js/components/tutorials/github-action/__tests__/__snapshots__/GithubActionTutorial-it.tsx.snap +++ b/server/sonar-web/src/main/js/components/tutorials/github-action/__tests__/__snapshots__/GithubActionTutorial-it.tsx.snap @@ -341,7 +341,7 @@ jobs: exports[`should follow and complete all steps: Groovy: build.gradle 1`] = ` "plugins { - id "org.sonarqube" version "6.0.0.5145" + id "org.sonarqube" version "6.0.1.5171" } sonar { @@ -354,7 +354,7 @@ sonar { exports[`should follow and complete all steps: Kotlin: build.gradle.kts 1`] = ` "plugins { - id("org.sonarqube") version "6.0.0.5145" + id("org.sonarqube") version "6.0.1.5171" } sonar { diff --git a/server/sonar-web/src/main/js/components/tutorials/gitlabci/__tests__/__snapshots__/GitLabCITutorial-it.tsx.snap b/server/sonar-web/src/main/js/components/tutorials/gitlabci/__tests__/__snapshots__/GitLabCITutorial-it.tsx.snap index 494cfdf0955..1e5cca0216d 100644 --- a/server/sonar-web/src/main/js/components/tutorials/gitlabci/__tests__/__snapshots__/GitLabCITutorial-it.tsx.snap +++ b/server/sonar-web/src/main/js/components/tutorials/gitlabci/__tests__/__snapshots__/GitLabCITutorial-it.tsx.snap @@ -293,7 +293,7 @@ sonarqube-vulnerability-report: exports[`should follow and complete all steps: Groovy: build.gradle 1`] = ` "plugins { - id "org.sonarqube" version "6.0.0.5145" + id "org.sonarqube" version "6.0.1.5171" } sonar { @@ -307,7 +307,7 @@ sonar { exports[`should follow and complete all steps: Kotlin: build.gradle.kts 1`] = ` "plugins { - id ("org.sonarqube") version "6.0.0.5145" + id ("org.sonarqube") version "6.0.1.5171" } sonar { diff --git a/server/sonar-web/src/main/js/components/tutorials/jenkins/__tests__/__snapshots__/JenkinsTutorial-it.tsx.snap b/server/sonar-web/src/main/js/components/tutorials/jenkins/__tests__/__snapshots__/JenkinsTutorial-it.tsx.snap index ea8bf8e1c8d..67f83ff1ffc 100644 --- a/server/sonar-web/src/main/js/components/tutorials/jenkins/__tests__/__snapshots__/JenkinsTutorial-it.tsx.snap +++ b/server/sonar-web/src/main/js/components/tutorials/jenkins/__tests__/__snapshots__/JenkinsTutorial-it.tsx.snap @@ -18,7 +18,7 @@ exports[`bitbucket: can select devops platform and complete all the steps with c exports[`bitbucket: can select devops platform and complete all the steps with copying code snippets: Groovy: build.gradle file 1`] = ` "plugins { - id "org.sonarqube" version "6.0.0.5145" + id "org.sonarqube" version "6.0.1.5171" } sonar { @@ -31,7 +31,7 @@ sonar { exports[`bitbucket: can select devops platform and complete all the steps with copying code snippets: Kotlin: build.gradle.kts file 1`] = ` "plugins { - id("org.sonarqube") version "6.0.0.5145" + id("org.sonarqube") version "6.0.1.5171" } sonar { @@ -383,7 +383,7 @@ exports[`bitbucketcloud: can select devops platform and complete all the steps w exports[`bitbucketcloud: can select devops platform and complete all the steps with copying code snippets: Groovy: build.gradle file 1`] = ` "plugins { - id "org.sonarqube" version "6.0.0.5145" + id "org.sonarqube" version "6.0.1.5171" } sonar { @@ -396,7 +396,7 @@ sonar { exports[`bitbucketcloud: can select devops platform and complete all the steps with copying code snippets: Kotlin: build.gradle.kts file 1`] = ` "plugins { - id("org.sonarqube") version "6.0.0.5145" + id("org.sonarqube") version "6.0.1.5171" } sonar { @@ -748,7 +748,7 @@ exports[`github: can select devops platform and complete all the steps with copy exports[`github: can select devops platform and complete all the steps with copying code snippets: Groovy: build.gradle file 1`] = ` "plugins { - id "org.sonarqube" version "6.0.0.5145" + id "org.sonarqube" version "6.0.1.5171" } sonar { @@ -761,7 +761,7 @@ sonar { exports[`github: can select devops platform and complete all the steps with copying code snippets: Kotlin: build.gradle.kts file 1`] = ` "plugins { - id("org.sonarqube") version "6.0.0.5145" + id("org.sonarqube") version "6.0.1.5171" } sonar { @@ -1113,7 +1113,7 @@ exports[`gitlab: can select devops platform and complete all the steps with copy exports[`gitlab: can select devops platform and complete all the steps with copying code snippets: Groovy: build.gradle file 1`] = ` "plugins { - id "org.sonarqube" version "6.0.0.5145" + id "org.sonarqube" version "6.0.1.5171" } sonar { @@ -1126,7 +1126,7 @@ sonar { exports[`gitlab: can select devops platform and complete all the steps with copying code snippets: Kotlin: build.gradle.kts file 1`] = ` "plugins { - id("org.sonarqube") version "6.0.0.5145" + id("org.sonarqube") version "6.0.1.5171" } sonar { diff --git a/server/sonar-web/src/main/js/components/tutorials/other/__tests__/__snapshots__/OtherTutorial-it.tsx.snap b/server/sonar-web/src/main/js/components/tutorials/other/__tests__/__snapshots__/OtherTutorial-it.tsx.snap index 0157e93719d..9e7bc3d9703 100644 --- a/server/sonar-web/src/main/js/components/tutorials/other/__tests__/__snapshots__/OtherTutorial-it.tsx.snap +++ b/server/sonar-web/src/main/js/components/tutorials/other/__tests__/__snapshots__/OtherTutorial-it.tsx.snap @@ -252,7 +252,7 @@ exports[`can choose build tools and copy provided settings: gradle: execute scan exports[`can choose build tools and copy provided settings: gradle: sonarqube plugin 1`] = ` "plugins { - id "org.sonarqube" version "6.0.0.5145" + id "org.sonarqube" version "6.0.1.5171" }" `; 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; |