From 0ac1dde5d11d646a5f45884e127965bc7aa59240 Mon Sep 17 00:00:00 2001 From: Wouter Admiraal Date: Fri, 28 Oct 2022 15:36:49 +0200 Subject: [PATCH] [NO JIRA] Update to latest Gradle scanner --- .../src/pages/analysis/bitbucket-cloud-integration.md | 2 +- server/sonar-docs/src/pages/analysis/github-integration.md | 2 +- .../src/pages/analysis/scan/sonarscanner-for-gradle.md | 2 +- .../__tests__/__snapshots__/PreambuleYaml-test.tsx.snap | 2 +- .../commands/__tests__/__snapshots__/Gradle-test.tsx.snap | 4 ++-- .../__tests__/__snapshots__/ProjectKeyStep-test.tsx.snap | 2 +- .../__tests__/__snapshots__/Gradle-test.tsx.snap | 2 +- .../commands/__tests__/__snapshots__/JavaGradle-test.tsx.snap | 2 +- server/sonar-web/src/main/js/helpers/constants.ts | 2 +- 9 files changed, 10 insertions(+), 10 deletions(-) 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'; -- 2.39.5