id "de.undercouch.download" version "5.5.0" apply false
id 'io.spring.dependency-management' version '1.1.4'
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)) {
exports[`should follow and complete all steps: Groovy: build.gradle 1`] = `
"plugins {
- id "org.sonarqube" version "4.4.1.3373"
+ id "org.sonarqube" version "5.0.0.4638"
}
sonar {
exports[`should follow and complete all steps: Kotlin: build.gradle.kts 1`] = `
"plugins {
- id ("org.sonarqube") version "4.4.1.3373"
+ id ("org.sonarqube") version "5.0.0.4638"
}
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 "4.4.1.3373"
+ id "org.sonarqube" version "5.0.0.4638"
}
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 "4.4.1.3373"
+ id("org.sonarqube") version "5.0.0.4638"
}
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 "4.4.1.3373"
+ id "org.sonarqube" version "5.0.0.4638"
}
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 "4.4.1.3373"
+ id("org.sonarqube") version "5.0.0.4638"
}
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 "4.4.1.3373"
+ id "org.sonarqube" version "5.0.0.4638"
}
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 "4.4.1.3373"
+ id("org.sonarqube") version "5.0.0.4638"
}
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 "4.4.1.3373"
+ id "org.sonarqube" version "5.0.0.4638"
}
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 "4.4.1.3373"
+ id("org.sonarqube") version "5.0.0.4638"
}
sonar {