]> source.dussan.org Git - sonarqube.git/commitdiff
NO-JIRA updated tutorial to use latest Scanner Gradle
authorLukasz Jarocki <lukasz.jarocki@sonarsource.com>
Tue, 7 Mar 2023 09:51:03 +0000 (10:51 +0100)
committersonartech <sonartech@sonarsource.com>
Wed, 8 Mar 2023 20:03:04 +0000 (20:03 +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 ee7000676dd426104a799e887f713d28a7031e47..fc048678545ad9ed6510a39d964d32f6284d984d 100644 (file)
@@ -97,7 +97,7 @@ pipelines:
 
 exports[`should follow and complete all steps: Gradle: build.gradle 1`] = `
 "plugins {
-  id "org.sonarqube" version "3.5.0.2730"
+  id "org.sonarqube" version "4.0.0.2929"
 }
 
 sonar {
index 98f9cf959a1056695e99aaefcf2ed866907b6ce5..e7a91a7df94d51a39dd294e2582583f341924509 100644 (file)
@@ -231,7 +231,7 @@ jobs:
 
 exports[`should follow and complete all steps: Gradle: build.gradle 1`] = `
 "plugins {
-  id "org.sonarqube" version "3.5.0.2730"
+  id "org.sonarqube" version "4.0.0.2929"
 }
 
 sonar {
index 7768ee78fe657f12a78b5e62efd615de2c5e01b8..13f3630f4edda8d032ad094a329f707fe72541f0 100644 (file)
@@ -65,7 +65,7 @@ sonar.qualitygate.wait=true
 
 exports[`should follow and complete all steps: Gradle: build.gradle 1`] = `
 "plugins {
-  id "org.sonarqube" version "3.5.0.2730"
+  id "org.sonarqube" version "4.0.0.2929"
 }
 
 sonar {
index f4f14802dafe2e04cc71b5fb0beb780fe83b1f2b..12650e20ff1538084d49a0f008e706778ada0301 100644 (file)
@@ -2,7 +2,7 @@
 
 exports[`bitbucket: can select devops platform and complete all the steps with copying code snippets: build.gradle file 1`] = `
 "plugins {
-  id "org.sonarqube" version "3.5.0.2730"
+  id "org.sonarqube" version "4.0.0.2929"
 }
 
 sonar {
@@ -196,7 +196,7 @@ exports[`bitbucket: can select devops platform and complete all the steps with c
 
 exports[`bitbucketcloud: can select devops platform and complete all the steps with copying code snippets: build.gradle file 1`] = `
 "plugins {
-  id "org.sonarqube" version "3.5.0.2730"
+  id "org.sonarqube" version "4.0.0.2929"
 }
 
 sonar {
@@ -390,7 +390,7 @@ exports[`bitbucketcloud: can select devops platform and complete all the steps w
 
 exports[`github: can select devops platform and complete all the steps with copying code snippets: build.gradle file 1`] = `
 "plugins {
-  id "org.sonarqube" version "3.5.0.2730"
+  id "org.sonarqube" version "4.0.0.2929"
 }
 
 sonar {
@@ -584,7 +584,7 @@ exports[`github: 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: build.gradle file 1`] = `
 "plugins {
-  id "org.sonarqube" version "3.5.0.2730"
+  id "org.sonarqube" version "4.0.0.2929"
 }
 
 sonar {
index eb2ecbd5bdeb678e07ac5b80ff8a03bb5c8194a0..402d7e7f541723a5fae21f5e521c53d5fb16782a 100644 (file)
@@ -84,7 +84,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 "3.5.0.2730"
+  id "org.sonarqube" version "4.0.0.2929"
 }"
 `;
 
index c74a9b6d8991f56b0e240412474b367faaf3afce..2c7957083cd0f28d9bd29575264c2c13724f69e9 100644 (file)
@@ -74,4 +74,4 @@ export const IMPORT_COMPATIBLE_ALMS = [
   AlmKeys.GitLab,
 ];
 
-export const GRADLE_SCANNER_VERSION = '3.5.0.2730';
+export const GRADLE_SCANNER_VERSION = '4.0.0.2929';