Skip to content

Commit 2b2403b

Browse files
authored
Downgrade sonar scanner for Gradle to 7.1.0.6387 (#93)
1 parent 9b60a15 commit 2b2403b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* along with this program; if not, see https://sonarsource.com/license/ssal/
1616
*/
1717
plugins {
18-
id("org.sonarqube") version "7.2.0.6526"
18+
alias(libs.plugins.sonarqube)
1919
}
2020

2121
sonar {

gradle/libs.versions.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jackson = "2.20.1"
66
jfrog-gradle = "6.0.4"
77
gradle-plugin-shadow = "9.2.2"
88
gradle-license-report = "3.0.1"
9-
9+
sonar-scanner-gradle = "7.1.0.6387"
1010

1111
[libraries]
1212
diffplug-spotless = { module = "com.diffplug.spotless:spotless-plugin-gradle", version.ref = "spotless-gradle" }
@@ -20,3 +20,4 @@ license-report = { module = "com.github.jk1:gradle-license-report", version.ref
2020
[plugins]
2121
spotless = { id = "com.diffplug.spotless", version.ref = "spotless-gradle" }
2222
develocity = { id = "com.gradle.develocity", version.ref = "develocity" }
23+
sonarqube = { id = "org.sonarqube", version.ref = "sonar-scanner-gradle" }

0 commit comments

Comments
 (0)