ソースを参照

SONAR-21911 Upgrade Scanner for Gradle to 5.0.0.4638

tags/10.5.0.89998
antoine.vinot 2ヶ月前
コミット
646d47e2e7

+ 1
- 1
build.gradle ファイルの表示

id "de.undercouch.download" version "5.5.0" apply false id "de.undercouch.download" version "5.5.0" apply false
id 'io.spring.dependency-management' version '1.1.4' id 'io.spring.dependency-management' version '1.1.4'
id "org.cyclonedx.bom" version "1.7.4" apply false id "org.cyclonedx.bom" version "1.7.4" apply false
id 'org.sonarqube' version '4.4.1.3373'
id 'org.sonarqube' version '5.0.0.4638'
} }


if (!JavaVersion.current().isCompatibleWith(VERSION_17)) { if (!JavaVersion.current().isCompatibleWith(VERSION_17)) {

+ 2
- 2
server/sonar-web/src/main/js/components/tutorials/bitbucket-pipelines/__tests__/__snapshots__/BitbucketPipelinesTutorial-it.tsx.snap ファイルの表示



exports[`should follow and complete all steps: Groovy: build.gradle 1`] = ` exports[`should follow and complete all steps: Groovy: build.gradle 1`] = `
"plugins { "plugins {
id "org.sonarqube" version "4.4.1.3373"
id "org.sonarqube" version "5.0.0.4638"
} }


sonar { sonar {


exports[`should follow and complete all steps: Kotlin: build.gradle.kts 1`] = ` exports[`should follow and complete all steps: Kotlin: build.gradle.kts 1`] = `
"plugins { "plugins {
id("org.sonarqube") version "4.4.1.3373"
id("org.sonarqube") version "5.0.0.4638"
} }
sonar { sonar {

+ 2
- 2
server/sonar-web/src/main/js/components/tutorials/github-action/__tests__/__snapshots__/GithubActionTutorial-it.tsx.snap ファイルの表示



exports[`should follow and complete all steps: Groovy: build.gradle 1`] = ` exports[`should follow and complete all steps: Groovy: build.gradle 1`] = `
"plugins { "plugins {
id "org.sonarqube" version "4.4.1.3373"
id "org.sonarqube" version "5.0.0.4638"
} }


sonar { sonar {


exports[`should follow and complete all steps: Kotlin: build.gradle.kts 1`] = ` exports[`should follow and complete all steps: Kotlin: build.gradle.kts 1`] = `
"plugins { "plugins {
id("org.sonarqube") version "4.4.1.3373"
id("org.sonarqube") version "5.0.0.4638"
} }
sonar { sonar {

+ 2
- 2
server/sonar-web/src/main/js/components/tutorials/gitlabci/__tests__/__snapshots__/GitLabCITutorial-it.tsx.snap ファイルの表示



exports[`should follow and complete all steps: Groovy: build.gradle 1`] = ` exports[`should follow and complete all steps: Groovy: build.gradle 1`] = `
"plugins { "plugins {
id "org.sonarqube" version "4.4.1.3373"
id "org.sonarqube" version "5.0.0.4638"
} }


sonar { sonar {


exports[`should follow and complete all steps: Kotlin: build.gradle.kts 1`] = ` exports[`should follow and complete all steps: Kotlin: build.gradle.kts 1`] = `
"plugins { "plugins {
id ("org.sonarqube") version "4.4.1.3373"
id ("org.sonarqube") version "5.0.0.4638"
} }


sonar { sonar {

+ 8
- 8
server/sonar-web/src/main/js/components/tutorials/jenkins/__tests__/__snapshots__/JenkinsTutorial-it.tsx.snap ファイルの表示



exports[`bitbucket: can select devops platform and complete all the steps with copying code snippets: Groovy: build.gradle file 1`] = ` exports[`bitbucket: can select devops platform and complete all the steps with copying code snippets: Groovy: build.gradle file 1`] = `
"plugins { "plugins {
id "org.sonarqube" version "4.4.1.3373"
id "org.sonarqube" version "5.0.0.4638"
} }


sonar { sonar {


exports[`bitbucket: can select devops platform and complete all the steps with copying code snippets: Kotlin: build.gradle.kts file 1`] = ` exports[`bitbucket: can select devops platform and complete all the steps with copying code snippets: Kotlin: build.gradle.kts file 1`] = `
"plugins { "plugins {
id("org.sonarqube") version "4.4.1.3373"
id("org.sonarqube") version "5.0.0.4638"
} }
sonar { sonar {


exports[`bitbucketcloud: can select devops platform and complete all the steps with copying code snippets: Groovy: build.gradle file 1`] = ` exports[`bitbucketcloud: can select devops platform and complete all the steps with copying code snippets: Groovy: build.gradle file 1`] = `
"plugins { "plugins {
id "org.sonarqube" version "4.4.1.3373"
id "org.sonarqube" version "5.0.0.4638"
} }


sonar { sonar {


exports[`bitbucketcloud: can select devops platform and complete all the steps with copying code snippets: Kotlin: build.gradle.kts file 1`] = ` exports[`bitbucketcloud: can select devops platform and complete all the steps with copying code snippets: Kotlin: build.gradle.kts file 1`] = `
"plugins { "plugins {
id("org.sonarqube") version "4.4.1.3373"
id("org.sonarqube") version "5.0.0.4638"
} }
sonar { sonar {


exports[`github: can select devops platform and complete all the steps with copying code snippets: Groovy: build.gradle file 1`] = ` exports[`github: can select devops platform and complete all the steps with copying code snippets: Groovy: build.gradle file 1`] = `
"plugins { "plugins {
id "org.sonarqube" version "4.4.1.3373"
id "org.sonarqube" version "5.0.0.4638"
} }


sonar { sonar {


exports[`github: can select devops platform and complete all the steps with copying code snippets: Kotlin: build.gradle.kts file 1`] = ` exports[`github: can select devops platform and complete all the steps with copying code snippets: Kotlin: build.gradle.kts file 1`] = `
"plugins { "plugins {
id("org.sonarqube") version "4.4.1.3373"
id("org.sonarqube") version "5.0.0.4638"
} }
sonar { sonar {


exports[`gitlab: can select devops platform and complete all the steps with copying code snippets: Groovy: build.gradle file 1`] = ` exports[`gitlab: can select devops platform and complete all the steps with copying code snippets: Groovy: build.gradle file 1`] = `
"plugins { "plugins {
id "org.sonarqube" version "4.4.1.3373"
id "org.sonarqube" version "5.0.0.4638"
} }


sonar { sonar {


exports[`gitlab: can select devops platform and complete all the steps with copying code snippets: Kotlin: build.gradle.kts file 1`] = ` exports[`gitlab: can select devops platform and complete all the steps with copying code snippets: Kotlin: build.gradle.kts file 1`] = `
"plugins { "plugins {
id("org.sonarqube") version "4.4.1.3373"
id("org.sonarqube") version "5.0.0.4638"
} }
sonar { sonar {

+ 1
- 1
server/sonar-web/src/main/js/components/tutorials/other/__tests__/__snapshots__/OtherTutorial-it.tsx.snap ファイルの表示



exports[`can choose build tools and copy provided settings: gradle: sonarqube plugin 1`] = ` exports[`can choose build tools and copy provided settings: gradle: sonarqube plugin 1`] = `
"plugins { "plugins {
id "org.sonarqube" version "4.4.1.3373"
id "org.sonarqube" version "5.0.0.4638"
}" }"
`; `;



+ 1
- 1
server/sonar-web/src/main/js/helpers/constants.ts ファイルの表示

AlmKeys.GitLab, AlmKeys.GitLab,
]; ];


export const GRADLE_SCANNER_VERSION = '4.4.1.3373';
export const GRADLE_SCANNER_VERSION = '5.0.0.4638';


export const ONE_SECOND = 1000; export const ONE_SECOND = 1000;

読み込み中…
キャンセル
保存