We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6550e50 + 1d39570 commit 06e478cCopy full SHA for 06e478c
1 file changed
digipin/build.gradle.kts
@@ -14,8 +14,6 @@ plugins {
14
15
id("maven-publish")
16
signing
17
-
18
- id("org.sonarqube") version "7.2.2.6593"
19
}
20
21
repositories {
@@ -132,11 +130,4 @@ signing {
132
130
tasks.withType<Jar> {
133
131
isPreserveFileTimestamps = true
134
isReproducibleFileOrder = true
135
-}
136
137
-sonar {
138
- properties {
139
- property("sonar.projectKey", "pranamphd_digipin-kotlin")
140
- property("sonar.organization", "pranamphd")
141
- }
142
0 commit comments