]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-19469 Use latest Gradle scanner for our build and in tutorials
authorWouter Admiraal <wouter.admiraal@sonarsource.com>
Tue, 13 Jun 2023 11:58:09 +0000 (13:58 +0200)
committersonartech <sonartech@sonarsource.com>
Wed, 14 Jun 2023 20:03:57 +0000 (20:03 +0000)
build.gradle
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 8d46449357bcdbc59d0b765238a9f6bb7d46a757..e90152598e1dab5241676f6473a1c716889b9ca5 100644 (file)
@@ -12,7 +12,7 @@ plugins {
   id "de.undercouch.download" version "5.4.0" apply false
   id 'io.spring.dependency-management' version '1.1.0'
   id "org.cyclonedx.bom" version "1.7.4" apply false
-  id 'org.sonarqube' version '4.0.0.2929'
+  id 'org.sonarqube' version '4.2.1.3168'
 }
 
 if (!JavaVersion.current().isCompatibleWith(VERSION_17)) {
index 918f9f18ec98e9974372e8c1fb0e4f08473fe6f1..7a72fc4ec55208ce92d53256fe14689812cceb33 100644 (file)
@@ -97,7 +97,7 @@ pipelines:
 
 exports[`should follow and complete all steps: Groovy: build.gradle 1`] = `
 "plugins {
-  id "org.sonarqube" version "4.0.0.2929"
+  id "org.sonarqube" version "4.2.1.3168"
 }
 
 sonar {
@@ -110,7 +110,7 @@ sonar {
 
 exports[`should follow and complete all steps: Kotlin: build.gradle.kts 1`] = `
 "plugins {
-  id("org.sonarqube") version "4.0.0.2929"
+  id("org.sonarqube") version "4.2.1.3168"
 }
     
 sonar {
index 8d9f38230177e538963b86f766d1aeb7f9286ddd..d3d5ee8b8e7680793a08a172f2803e29ab0973d1 100644 (file)
@@ -231,7 +231,7 @@ jobs:
 
 exports[`should follow and complete all steps: Groovy: build.gradle 1`] = `
 "plugins {
-  id "org.sonarqube" version "4.0.0.2929"
+  id "org.sonarqube" version "4.2.1.3168"
 }
 
 sonar {
@@ -244,7 +244,7 @@ sonar {
 
 exports[`should follow and complete all steps: Kotlin: build.gradle.kts 1`] = `
 "plugins {
-  id("org.sonarqube") version "4.0.0.2929"
+  id("org.sonarqube") version "4.2.1.3168"
 }
     
 sonar {
index d87708cae7bd1f50b45c6f274e7094ea018cb52b..5e7914f582260e0cfcfe87888426449c3fc46309 100644 (file)
@@ -82,7 +82,7 @@ exports[`should follow and complete all steps: Gradle: gitlab-ci.yml 1`] = `
 
 exports[`should follow and complete all steps: Groovy: build.gradle 1`] = `
 "plugins {
-  id "org.sonarqube" version "4.0.0.2929"
+  id "org.sonarqube" version "4.2.1.3168"
 }
 
 sonar {
@@ -96,7 +96,7 @@ sonar {
 
 exports[`should follow and complete all steps: Kotlin: build.gradle.kts 1`] = `
 "plugins {
-  id ("org.sonarqube") version "4.0.0.2929"
+  id ("org.sonarqube") version "4.2.1.3168"
 }
 
 sonar {
index 5f8c93bd70782e824d14df89e8d0fce4bd86920c..9230954e61502c3206a93c4c1730881f0a4df201 100644 (file)
@@ -2,7 +2,7 @@
 
 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 "4.0.0.2929"
+  id "org.sonarqube" version "4.2.1.3168"
 }
 
 sonar {
@@ -15,7 +15,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 "4.0.0.2929"
+  id("org.sonarqube") version "4.2.1.3168"
 }
     
 sonar {
@@ -209,7 +209,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: Groovy: build.gradle file 1`] = `
 "plugins {
-  id "org.sonarqube" version "4.0.0.2929"
+  id "org.sonarqube" version "4.2.1.3168"
 }
 
 sonar {
@@ -222,7 +222,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 "4.0.0.2929"
+  id("org.sonarqube") version "4.2.1.3168"
 }
     
 sonar {
@@ -416,7 +416,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: Groovy: build.gradle file 1`] = `
 "plugins {
-  id "org.sonarqube" version "4.0.0.2929"
+  id "org.sonarqube" version "4.2.1.3168"
 }
 
 sonar {
@@ -429,7 +429,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 "4.0.0.2929"
+  id("org.sonarqube") version "4.2.1.3168"
 }
     
 sonar {
@@ -623,7 +623,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: Groovy: build.gradle file 1`] = `
 "plugins {
-  id "org.sonarqube" version "4.0.0.2929"
+  id "org.sonarqube" version "4.2.1.3168"
 }
 
 sonar {
@@ -636,7 +636,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 "4.0.0.2929"
+  id("org.sonarqube") version "4.2.1.3168"
 }
     
 sonar {
index cee9bc50114f170ecc62efb1ecb09f5e36aff6a9..c0e950fa6476c5a869dffcf026cbc32efeb638bf 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 "4.0.0.2929"
+  id "org.sonarqube" version "4.2.1.3168"
 }"
 `;
 
index 52e9335dabadb5dd2e1e47bc8a9d0894014af74a..828f442b4088690086eb4e71ee244ca7eb75fd4f 100644 (file)
@@ -87,4 +87,4 @@ export const IMPORT_COMPATIBLE_ALMS = [
   AlmKeys.GitLab,
 ];
 
-export const GRADLE_SCANNER_VERSION = '4.0.0.2929';
+export const GRADLE_SCANNER_VERSION = '4.2.1.3168';