]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-23672 Update project onboarding tutorials to use Gradle scanner 6.0.0.5145
authorDorian Burihabwa <dorian.burihabwa@sonarsource.com>
Wed, 20 Nov 2024 09:31:58 +0000 (10:31 +0100)
committersonartech <sonartech@sonarsource.com>
Wed, 20 Nov 2024 20:02:47 +0000 (20:02 +0000)
server/sonar-web/src/main/js/components/tutorials/bitbucket-pipelines/__tests__/__snapshots__/BitbucketPipelinesTutorial-it.tsx.snap
server/sonar-web/src/main/js/components/tutorials/github-action/__tests__/__snapshots__/GithubActionTutorial-it.tsx.snap
server/sonar-web/src/main/js/components/tutorials/gitlabci/__tests__/__snapshots__/GitLabCITutorial-it.tsx.snap
server/sonar-web/src/main/js/components/tutorials/jenkins/__tests__/__snapshots__/JenkinsTutorial-it.tsx.snap
server/sonar-web/src/main/js/components/tutorials/other/__tests__/__snapshots__/OtherTutorial-it.tsx.snap
server/sonar-web/src/main/js/helpers/constants.ts

index 797e6fd2b08f93b42d211d94859a882602efa16f..1fb4d7e49481ae93c2b27dcbaf456a676fe15b08 100644 (file)
@@ -294,7 +294,7 @@ pipelines:
 
 exports[`should follow and complete all steps: Groovy: build.gradle 1`] = `
 "plugins {
-  id "org.sonarqube" version "5.1.0.4882"
+  id "org.sonarqube" version "6.0.0.5145"
 }
 
 sonar {
@@ -307,7 +307,7 @@ sonar {
 
 exports[`should follow and complete all steps: Kotlin: build.gradle.kts 1`] = `
 "plugins {
-  id("org.sonarqube") version "5.1.0.4882"
+  id("org.sonarqube") version "6.0.0.5145"
 }
     
 sonar {
index e3cd4f02c539c5f9e6224143d3f4c45a0f6ef2ac..872f4474ff90f9d5e24f19eb1d75a8e6ac854991 100644 (file)
@@ -341,7 +341,7 @@ jobs:
 
 exports[`should follow and complete all steps: Groovy: build.gradle 1`] = `
 "plugins {
-  id "org.sonarqube" version "5.1.0.4882"
+  id "org.sonarqube" version "6.0.0.5145"
 }
 
 sonar {
@@ -354,7 +354,7 @@ sonar {
 
 exports[`should follow and complete all steps: Kotlin: build.gradle.kts 1`] = `
 "plugins {
-  id("org.sonarqube") version "5.1.0.4882"
+  id("org.sonarqube") version "6.0.0.5145"
 }
     
 sonar {
index 607a8fbc50ba274f7777bcdbafa5d162280617d5..494cfdf0955902d57c968d8efd967cbb7d6dfe1c 100644 (file)
@@ -293,7 +293,7 @@ sonarqube-vulnerability-report:
 
 exports[`should follow and complete all steps: Groovy: build.gradle 1`] = `
 "plugins {
-  id "org.sonarqube" version "5.1.0.4882"
+  id "org.sonarqube" version "6.0.0.5145"
 }
 
 sonar {
@@ -307,7 +307,7 @@ sonar {
 
 exports[`should follow and complete all steps: Kotlin: build.gradle.kts 1`] = `
 "plugins {
-  id ("org.sonarqube") version "5.1.0.4882"
+  id ("org.sonarqube") version "6.0.0.5145"
 }
 
 sonar {
index 74d7b2154b41b574a9e7bc205aece2fb9b6ad812..ea8bf8e1c8d8642ba53eeb49e8470ce77fbfcf36 100644 (file)
@@ -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 "5.1.0.4882"
+  id "org.sonarqube" version "6.0.0.5145"
 }
 
 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 "5.1.0.4882"
+  id("org.sonarqube") version "6.0.0.5145"
 }
     
 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 "5.1.0.4882"
+  id "org.sonarqube" version "6.0.0.5145"
 }
 
 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 "5.1.0.4882"
+  id("org.sonarqube") version "6.0.0.5145"
 }
     
 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 "5.1.0.4882"
+  id "org.sonarqube" version "6.0.0.5145"
 }
 
 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 "5.1.0.4882"
+  id("org.sonarqube") version "6.0.0.5145"
 }
     
 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 "5.1.0.4882"
+  id "org.sonarqube" version "6.0.0.5145"
 }
 
 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 "5.1.0.4882"
+  id("org.sonarqube") version "6.0.0.5145"
 }
     
 sonar {
index 6f4879b342b09f33ff3c4947b15c0cb1ed776dbc..0157e93719d57cc0799b23bcc139c1a08399e606 100644 (file)
@@ -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 "5.1.0.4882"
+  id "org.sonarqube" version "6.0.0.5145"
 }"
 `;
 
index aa702fc32e701bb196a36ff4ee40abb485117957..1caa9eba5782a91550ab620505191e3cb83e127e 100644 (file)
@@ -281,6 +281,6 @@ export const IMPORT_COMPATIBLE_ALMS = [
   AlmKeys.GitLab,
 ];
 
-export const GRADLE_SCANNER_VERSION = '5.1.0.4882';
+export const GRADLE_SCANNER_VERSION = '6.0.0.5145';
 
 export const ONE_SECOND = 1000;