We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01eb1a1 commit a12642aCopy full SHA for a12642a
build-logic/code-info/build.gradle.kts
@@ -3,9 +3,9 @@
3
// regardless of the specific projects and languages
4
plugins {
5
`kotlin-dsl` // To compile the plugin code
6
- id("org.sonarqube") version "5.0.0.4638"
+ id("org.sonarqube") version "7.2.2.6593"
7
}
8
9
dependencies {
10
- implementation("org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:5.0.0.4638")
+ implementation("org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:7.2.2.6593")
11
0 commit comments