]> source.dussan.org Git - sonarqube.git/commitdiff
[NO JIRA] Update to latest Gradle scanner
authorWouter Admiraal <wouter.admiraal@sonarsource.com>
Fri, 28 Oct 2022 13:36:49 +0000 (15:36 +0200)
committersonartech <sonartech@sonarsource.com>
Fri, 28 Oct 2022 20:03:23 +0000 (20:03 +0000)
server/sonar-docs/src/pages/analysis/bitbucket-cloud-integration.md
server/sonar-docs/src/pages/analysis/github-integration.md
server/sonar-docs/src/pages/analysis/scan/sonarscanner-for-gradle.md
server/sonar-web/src/main/js/components/tutorials/bitbucket-pipelines/__tests__/__snapshots__/PreambuleYaml-test.tsx.snap
server/sonar-web/src/main/js/components/tutorials/github-action/commands/__tests__/__snapshots__/Gradle-test.tsx.snap
server/sonar-web/src/main/js/components/tutorials/gitlabci/__tests__/__snapshots__/ProjectKeyStep-test.tsx.snap
server/sonar-web/src/main/js/components/tutorials/jenkins/buildtool-steps/__tests__/__snapshots__/Gradle-test.tsx.snap
server/sonar-web/src/main/js/components/tutorials/other/commands/__tests__/__snapshots__/JavaGradle-test.tsx.snap
server/sonar-web/src/main/js/helpers/constants.ts

index 6efd3408f3ecefe601dcc24a9eb6fbb3a6d7b9c4..da79548b30e84da41be21f842823b5ec732f3893 100644 (file)
@@ -87,7 +87,7 @@ Click the scanner you're using below to expand the example configuration:
 |
 | ```
 | plugins {
-|   id "org.sonarqube" version "3.4.0.2513"
+|   id "org.sonarqube" version "3.5.0.2730"
 | }
 | ```
 |
index fc0e97380c5d0ceed0c8b06a32ca719953f92e94..3ecbdb0e14c0225a3da11c7ab3bf2be7b098b8f5 100644 (file)
@@ -173,7 +173,7 @@ Click the scanner you're using below to expand the example configuration:
 |
 | ```
 | plugins {
-|   id "org.sonarqube" version "3.4.0.2513"
+|   id "org.sonarqube" version "3.5.0.2730"
 | }
 | ```
 |
index 73d736c159ef83b4b6aededaecd381ff89cc313b..f091c68970ac1c4cb02d916fe8cf2a4e3b012726 100644 (file)
@@ -34,7 +34,7 @@ First, you need to activate the scanner in your build. For Gradle 2.1+, apply th
 
 ```
 plugins {
-  id "org.sonarqube" version "3.4.0.2513"
+  id "org.sonarqube" version "3.5.0.2730"
 }
 ```
 
index 865884b4d5b7b5a27e27ea3bba9596ec7be670d1..17dd4599905bc95ef34a239dc8f4d3f0944ac029 100644 (file)
@@ -58,7 +58,7 @@ exports[`should render correctly for gradle 1`] = `
   />
   <CodeSnippet
     snippet="plugins {
-  id \\"org.sonarqube\\" version \\"3.4.0.2513\\"
+  id \\"org.sonarqube\\" version \\"3.5.0.2730\\"
 }
 
 sonarqube {
index 9cf9e7c596786a3713a0ed04f238f1717c8e33bd..4259dfdb12d87b9a128bcb4a0572f6940a9f4e3e 100644 (file)
@@ -30,7 +30,7 @@ exports[`should render correctly 1`] = `
     />
     <CodeSnippet
       snippet="plugins {
-  id \\"org.sonarqube\\" version \\"3.4.0.2513\\"
+  id \\"org.sonarqube\\" version \\"3.5.0.2730\\"
 }
 
 sonarqube {
@@ -118,7 +118,7 @@ exports[`should render correctly: without branch enabled 1`] = `
     />
     <CodeSnippet
       snippet="plugins {
-  id \\"org.sonarqube\\" version \\"3.4.0.2513\\"
+  id \\"org.sonarqube\\" version \\"3.5.0.2730\\"
 }
 
 sonarqube {
index b6e01193cae2c42a3711f80e534855adc978f9f7..d1cc4389e279fbe7e3d5541ec44fd3f55d6742f8 100644 (file)
@@ -145,7 +145,7 @@ exports[`should render correctly for build tool gradle 1`] = `
       />
       <CodeSnippet
         snippet="plugins {
-  id \\"org.sonarqube\\" version \\"3.4.0.2513\\"
+  id \\"org.sonarqube\\" version \\"3.5.0.2730\\"
 }
 
 sonarqube {
index a4076143abb785771e4e8b1dc9047e2f07fb4c05..c35c96fbba70d9d715be7701b329921740333e28 100644 (file)
@@ -11,7 +11,7 @@ exports[`should render correctly 1`] = `
     />
     <CodeSnippet
       snippet="plugins {
-  id \\"org.sonarqube\\" version \\"3.4.0.2513\\"
+  id \\"org.sonarqube\\" version \\"3.5.0.2730\\"
 }
 
 sonarqube {
index 3356e83af9ec7beb797a21925931f6b364ba6b19..1054fc3fccfc98266eb534e597490f677a9723db 100644 (file)
@@ -14,7 +14,7 @@ exports[`renders correctly 1`] = `
   </InstanceMessage>
   <CodeSnippet
     snippet="plugins {
-  id \\"org.sonarqube\\" version \\"3.4.0.2513\\"
+  id \\"org.sonarqube\\" version \\"3.5.0.2730\\"
 }"
   />
   <p
index eb251b676cefb830db131ad03a1ac366908ca5b1..ea1b9c08df87fa1687c8c8b03f88d0d14c113be1 100644 (file)
@@ -77,4 +77,4 @@ export const IMPORT_COMPATIBLE_ALM_COUNT = IMPORT_COMPATIBLE_ALMS.filter(
   a => a !== AlmKeys.BitbucketCloud
 ).length;
 
-export const GRADLE_SCANNER_VERSION = '3.4.0.2513';
+export const GRADLE_SCANNER_VERSION = '3.5.0.2730';