exports[`should follow and complete all steps: Groovy: build.gradle 1`] = `
"plugins {
- id "org.sonarqube" version "5.1.0.4882"
+ id "org.sonarqube" version "6.0.0.5145"
}
sonar {
exports[`should follow and complete all steps: Kotlin: build.gradle.kts 1`] = `
"plugins {
- id ("org.sonarqube") version "5.1.0.4882"
+ id ("org.sonarqube") version "6.0.0.5145"
}
sonar {
exports[`bitbucket: can select devops platform and complete all the steps with copying code snippets: Groovy: build.gradle file 1`] = `
"plugins {
- id "org.sonarqube" version "5.1.0.4882"
+ id "org.sonarqube" version "6.0.0.5145"
}
sonar {
exports[`bitbucket: can select devops platform and complete all the steps with copying code snippets: Kotlin: build.gradle.kts file 1`] = `
"plugins {
- id("org.sonarqube") version "5.1.0.4882"
+ id("org.sonarqube") version "6.0.0.5145"
}
sonar {
exports[`bitbucketcloud: can select devops platform and complete all the steps with copying code snippets: Groovy: build.gradle file 1`] = `
"plugins {
- id "org.sonarqube" version "5.1.0.4882"
+ id "org.sonarqube" version "6.0.0.5145"
}
sonar {
exports[`bitbucketcloud: can select devops platform and complete all the steps with copying code snippets: Kotlin: build.gradle.kts file 1`] = `
"plugins {
- id("org.sonarqube") version "5.1.0.4882"
+ id("org.sonarqube") version "6.0.0.5145"
}
sonar {
exports[`github: can select devops platform and complete all the steps with copying code snippets: Groovy: build.gradle file 1`] = `
"plugins {
- id "org.sonarqube" version "5.1.0.4882"
+ id "org.sonarqube" version "6.0.0.5145"
}
sonar {
exports[`github: can select devops platform and complete all the steps with copying code snippets: Kotlin: build.gradle.kts file 1`] = `
"plugins {
- id("org.sonarqube") version "5.1.0.4882"
+ id("org.sonarqube") version "6.0.0.5145"
}
sonar {
exports[`gitlab: can select devops platform and complete all the steps with copying code snippets: Groovy: build.gradle file 1`] = `
"plugins {
- id "org.sonarqube" version "5.1.0.4882"
+ id "org.sonarqube" version "6.0.0.5145"
}
sonar {
exports[`gitlab: can select devops platform and complete all the steps with copying code snippets: Kotlin: build.gradle.kts file 1`] = `
"plugins {
- id("org.sonarqube") version "5.1.0.4882"
+ id("org.sonarqube") version "6.0.0.5145"
}
sonar {