From: Wouter Admiraal Date: Fri, 28 Oct 2022 13:36:49 +0000 (+0200) Subject: [NO JIRA] Update to latest Gradle scanner X-Git-Tag: 9.8.0.63668~186 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=0ac1dde5d11d646a5f45884e127965bc7aa59240;p=sonarqube.git [NO JIRA] Update to latest Gradle scanner --- diff --git a/server/sonar-docs/src/pages/analysis/bitbucket-cloud-integration.md b/server/sonar-docs/src/pages/analysis/bitbucket-cloud-integration.md index 6efd3408f3e..da79548b30e 100644 --- a/server/sonar-docs/src/pages/analysis/bitbucket-cloud-integration.md +++ b/server/sonar-docs/src/pages/analysis/bitbucket-cloud-integration.md @@ -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" | } | ``` | diff --git a/server/sonar-docs/src/pages/analysis/github-integration.md b/server/sonar-docs/src/pages/analysis/github-integration.md index fc0e97380c5..3ecbdb0e14c 100644 --- a/server/sonar-docs/src/pages/analysis/github-integration.md +++ b/server/sonar-docs/src/pages/analysis/github-integration.md @@ -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" | } | ``` | diff --git a/server/sonar-docs/src/pages/analysis/scan/sonarscanner-for-gradle.md b/server/sonar-docs/src/pages/analysis/scan/sonarscanner-for-gradle.md index 73d736c159e..f091c68970a 100644 --- a/server/sonar-docs/src/pages/analysis/scan/sonarscanner-for-gradle.md +++ b/server/sonar-docs/src/pages/analysis/scan/sonarscanner-for-gradle.md @@ -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" } ``` diff --git a/server/sonar-web/src/main/js/components/tutorials/bitbucket-pipelines/__tests__/__snapshots__/PreambuleYaml-test.tsx.snap b/server/sonar-web/src/main/js/components/tutorials/bitbucket-pipelines/__tests__/__snapshots__/PreambuleYaml-test.tsx.snap index 865884b4d5b..17dd4599905 100644 --- a/server/sonar-web/src/main/js/components/tutorials/bitbucket-pipelines/__tests__/__snapshots__/PreambuleYaml-test.tsx.snap +++ b/server/sonar-web/src/main/js/components/tutorials/bitbucket-pipelines/__tests__/__snapshots__/PreambuleYaml-test.tsx.snap @@ -58,7 +58,7 @@ exports[`should render correctly for gradle 1`] = ` />

a !== AlmKeys.BitbucketCloud ).length; -export const GRADLE_SCANNER_VERSION = '3.4.0.2513'; +export const GRADLE_SCANNER_VERSION = '3.5.0.2730';