Skip to content

Commit 1bdcf56

Browse files
dorian-burihabwa-sonarsourcesonartech
authored andcommitted
SC-34191 Upgrade project onboarding tutorials with version 7.0 of the Gradle scanner (#3519)
GitOrigin-RevId: 0604ac86159ee5b1a0893d53eff634dd1fd628e9
1 parent 9430ee6 commit 1bdcf56

File tree

6 files changed

+16
-16
lines changed

6 files changed

+16
-16
lines changed

libs/sq-server-commons/src/components/tutorials/bitbucket-pipelines/__tests__/__snapshots__/BitbucketPipelinesTutorial-it.tsx.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ pipelines:
294294
295295
exports[`should follow and complete all steps: Groovy: build.gradle 1`] = `
296296
"plugins {
297-
id "org.sonarqube" version "6.3.1.5724"
297+
id "org.sonarqube" version "7.0.0.6105"
298298
}
299299
300300
sonar {
@@ -307,7 +307,7 @@ sonar {
307307
308308
exports[`should follow and complete all steps: Kotlin: build.gradle.kts 1`] = `
309309
"plugins {
310-
id("org.sonarqube") version "6.3.1.5724"
310+
id("org.sonarqube") version "7.0.0.6105"
311311
}
312312
313313
sonar {

libs/sq-server-commons/src/components/tutorials/github-action/__tests__/__snapshots__/GithubActionTutorial-it.tsx.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ jobs:
492492
493493
exports[`should follow and complete all steps: Groovy: build.gradle 1`] = `
494494
"plugins {
495-
id "org.sonarqube" version "6.3.1.5724"
495+
id "org.sonarqube" version "7.0.0.6105"
496496
}
497497
498498
sonar {
@@ -505,7 +505,7 @@ sonar {
505505
506506
exports[`should follow and complete all steps: Kotlin: build.gradle.kts 1`] = `
507507
"plugins {
508-
id("org.sonarqube") version "6.3.1.5724"
508+
id("org.sonarqube") version "7.0.0.6105"
509509
}
510510
511511
sonar {

libs/sq-server-commons/src/components/tutorials/gitlabci/__tests__/__snapshots__/GitLabCITutorial-it.tsx.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ build-sonar:
255255
256256
exports[`should follow and complete all steps: Groovy: build.gradle 1`] = `
257257
"plugins {
258-
id "org.sonarqube" version "6.3.1.5724"
258+
id "org.sonarqube" version "7.0.0.6105"
259259
}
260260
261261
sonar {
@@ -269,7 +269,7 @@ sonar {
269269
270270
exports[`should follow and complete all steps: Kotlin: build.gradle.kts 1`] = `
271271
"plugins {
272-
id ("org.sonarqube") version "6.3.1.5724"
272+
id ("org.sonarqube") version "7.0.0.6105"
273273
}
274274
275275
sonar {

libs/sq-server-commons/src/components/tutorials/jenkins/__tests__/__snapshots__/JenkinsTutorial-it.tsx.snap

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ exports[`bitbucket: can select devops platform and complete all the steps with c
1818

1919
exports[`bitbucket: can select devops platform and complete all the steps with copying code snippets: Groovy: build.gradle file 1`] = `
2020
"plugins {
21-
id "org.sonarqube" version "6.3.1.5724"
21+
id "org.sonarqube" version "7.0.0.6105"
2222
}
2323
2424
sonar {
@@ -31,7 +31,7 @@ sonar {
3131

3232
exports[`bitbucket: can select devops platform and complete all the steps with copying code snippets: Kotlin: build.gradle.kts file 1`] = `
3333
"plugins {
34-
id("org.sonarqube") version "6.3.1.5724"
34+
id("org.sonarqube") version "7.0.0.6105"
3535
}
3636
3737
sonar {
@@ -383,7 +383,7 @@ exports[`bitbucketcloud: can select devops platform and complete all the steps w
383383
384384
exports[`bitbucketcloud: can select devops platform and complete all the steps with copying code snippets: Groovy: build.gradle file 1`] = `
385385
"plugins {
386-
id "org.sonarqube" version "6.3.1.5724"
386+
id "org.sonarqube" version "7.0.0.6105"
387387
}
388388
389389
sonar {
@@ -396,7 +396,7 @@ sonar {
396396
397397
exports[`bitbucketcloud: can select devops platform and complete all the steps with copying code snippets: Kotlin: build.gradle.kts file 1`] = `
398398
"plugins {
399-
id("org.sonarqube") version "6.3.1.5724"
399+
id("org.sonarqube") version "7.0.0.6105"
400400
}
401401
402402
sonar {
@@ -748,7 +748,7 @@ exports[`github: can select devops platform and complete all the steps with copy
748748
749749
exports[`github: can select devops platform and complete all the steps with copying code snippets: Groovy: build.gradle file 1`] = `
750750
"plugins {
751-
id "org.sonarqube" version "6.3.1.5724"
751+
id "org.sonarqube" version "7.0.0.6105"
752752
}
753753
754754
sonar {
@@ -761,7 +761,7 @@ sonar {
761761
762762
exports[`github: can select devops platform and complete all the steps with copying code snippets: Kotlin: build.gradle.kts file 1`] = `
763763
"plugins {
764-
id("org.sonarqube") version "6.3.1.5724"
764+
id("org.sonarqube") version "7.0.0.6105"
765765
}
766766
767767
sonar {
@@ -1113,7 +1113,7 @@ exports[`gitlab: can select devops platform and complete all the steps with copy
11131113
11141114
exports[`gitlab: can select devops platform and complete all the steps with copying code snippets: Groovy: build.gradle file 1`] = `
11151115
"plugins {
1116-
id "org.sonarqube" version "6.3.1.5724"
1116+
id "org.sonarqube" version "7.0.0.6105"
11171117
}
11181118
11191119
sonar {
@@ -1126,7 +1126,7 @@ sonar {
11261126
11271127
exports[`gitlab: can select devops platform and complete all the steps with copying code snippets: Kotlin: build.gradle.kts file 1`] = `
11281128
"plugins {
1129-
id("org.sonarqube") version "6.3.1.5724"
1129+
id("org.sonarqube") version "7.0.0.6105"
11301130
}
11311131
11321132
sonar {

libs/sq-server-commons/src/components/tutorials/other/__tests__/__snapshots__/OtherTutorial-it.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ exports[`can choose build tools and copy provided settings: gradle: execute scan
252252

253253
exports[`can choose build tools and copy provided settings: gradle: sonarqube plugin 1`] = `
254254
"plugins {
255-
id "org.sonarqube" version "6.3.1.5724"
255+
id "org.sonarqube" version "7.0.0.6105"
256256
}"
257257
`;
258258

libs/sq-server-commons/src/helpers/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ export const IMPORT_COMPATIBLE_ALMS = [
313313
AlmKeys.GitLab,
314314
];
315315

316-
export const GRADLE_SCANNER_VERSION = '6.3.1.5724';
316+
export const GRADLE_SCANNER_VERSION = '7.0.0.6105';
317317

318318
export const ONE_SECOND = 1000;
319319

0 commit comments

Comments
 (0)