Skip to content

Commit b87c3ca

Browse files
authored
Downgrade sonar scanner gradle plugin to v6.2.0.5505 (#5234)
It seems like the latest version (6.3.0.5676) was removed from the gradle plugin portal.
1 parent bfb7ce5 commit b87c3ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,6 @@ paparazzi = "app.cash.paparazzi:2.0.0-alpha02"
244244
sqldelight = { id = "app.cash.sqldelight", version.ref = "sqldelight" }
245245
firebaseAppDistribution = { id = "com.google.firebase.appdistribution", version.ref = "firebaseAppDistribution" }
246246
knit = { id = "org.jetbrains.kotlinx.knit", version = "0.5.0" }
247-
sonarqube = "org.sonarqube:6.3.0.5676"
247+
sonarqube = "org.sonarqube:6.2.0.5505"
248248
licensee = "app.cash.licensee:1.13.0"
249249
compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }

0 commit comments

Comments
 (0)