Skip to content

Commit 7c0c817

Browse files
authored
Merge pull request #289 from reown-com/chore/remove-sonarcloud
chore: remove SonarCloud/SonarQube integration
2 parents 186bfe8 + 605973c commit 7c0c817

File tree

3 files changed

+0
-105
lines changed

3 files changed

+0
-105
lines changed

.github/workflows/ci_sonarcloud.yml

Lines changed: 0 additions & 69 deletions
This file was deleted.

build.gradle.kts

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import java.util.Base64
1212

1313
plugins {
1414
alias(libs.plugins.nexusPublish)
15-
alias(libs.plugins.sonarqube)
1615
id("release-scripts")
1716
id("version-bump")
1817
alias(libs.plugins.compose.compiler) apply false
@@ -39,41 +38,7 @@ allprojects {
3938
}
4039
}
4140

42-
////todo: user sonar cloud after repos are public
43-
//sonar {
44-
// properties {
45-
// properties(
46-
// mapOf(
47-
// "sonar.projectKey" to "WalletConnect_WalletConnectKotlinV2",
48-
// "sonar.organization" to "walletconnect",
49-
// "sonar.host.url" to "https://sonarcloud.io",
50-
// "sonar.gradle.skipCompile" to true,
51-
// "sonar.coverage.exclusions" to "sample/**,**/di/**,/buildSrc/**,**/gradle/**,**/test/**,**/androidTest/**,**/build.gradle.kts",
52-
// )
53-
// )
54-
// }
55-
//}
56-
5741
subprojects {
58-
apply(plugin = rootProject.libs.plugins.sonarqube.get().pluginId)
59-
60-
////todo: user sonar cloud after repos are public
61-
// extensions.configure<SonarExtension> {
62-
// setAndroidVariant("debug")
63-
//
64-
// isSkipProject = name == "bom"
65-
// properties {
66-
// properties(
67-
// mapOf(
68-
// "sonar.gradle.skipCompile" to true,
69-
// "sonar.sources" to "${projectDir}/src/main/kotlin",
70-
// "sonar.java.binaries" to layout.buildDirectory,
71-
// "sonar.coverage.jacoco.xmlReportPaths" to "${layout.buildDirectory}/reports/jacoco/xml/jacoco.xml"
72-
// )
73-
// )
74-
// }
75-
// }
76-
7742
afterEvaluate {
7843
if (hasProperty("android")) {
7944
extensions.configure(BaseExtension::class.java) {

gradle/libs.versions.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,6 @@ kotlin-parcelize = { id = "org.jetbrains.kotlin.plugin.parcelize", version.ref =
195195
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
196196
compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
197197
nexusPublish = { id = "io.github.gradle-nexus.publish-plugin", version = "1.3.0" }
198-
sonarqube = { id = "org.sonarqube", version = "4.4.1.3373" }
199198
firebase-crashlytics = { id = "com.google.firebase.crashlytics", version = "3.0.2" }
200199
google-services = { id = "com.google.gms.google-services", version.ref = "googleService" }
201200
google-ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }

0 commit comments

Comments
 (0)