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.
This commit is contained in:
Jorge Martin Espinosa
2025-08-27 10:12:05 +02:00
committed by GitHub
parent f56ef79518
commit cc9283fea9

View File

@@ -244,6 +244,6 @@ paparazzi = "app.cash.paparazzi:2.0.0-alpha02"
sqldelight = { id = "app.cash.sqldelight", version.ref = "sqldelight" }
firebaseAppDistribution = { id = "com.google.firebase.appdistribution", version.ref = "firebaseAppDistribution" }
knit = { id = "org.jetbrains.kotlinx.knit", version = "0.5.0" }
sonarqube = "org.sonarqube:6.3.0.5676"
sonarqube = "org.sonarqube:6.2.0.5505"
licensee = "app.cash.licensee:1.13.0"
compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }