exports[`bitbucket: can select devops platform and complete all the steps with copying code snippets: build.gradle file 1`] = `
"plugins {
- id "org.sonarqube" version "3.5.0.2730"
+ id "org.sonarqube" version "4.0.0.2929"
}
sonar {
exports[`bitbucketcloud: can select devops platform and complete all the steps with copying code snippets: build.gradle file 1`] = `
"plugins {
- id "org.sonarqube" version "3.5.0.2730"
+ id "org.sonarqube" version "4.0.0.2929"
}
sonar {
exports[`github: can select devops platform and complete all the steps with copying code snippets: build.gradle file 1`] = `
"plugins {
- id "org.sonarqube" version "3.5.0.2730"
+ id "org.sonarqube" version "4.0.0.2929"
}
sonar {
exports[`gitlab: can select devops platform and complete all the steps with copying code snippets: build.gradle file 1`] = `
"plugins {
- id "org.sonarqube" version "3.5.0.2730"
+ id "org.sonarqube" version "4.0.0.2929"
}
sonar {