Skip to content

Commit 06e478c

Browse files
authored
Merge pull request #10 from pranamphd/remove-sonar-from-gradle
chore(gradle): remove sonar properties
2 parents 6550e50 + 1d39570 commit 06e478c

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

digipin/build.gradle.kts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ plugins {
1414

1515
id("maven-publish")
1616
signing
17-
18-
id("org.sonarqube") version "7.2.2.6593"
1917
}
2018

2119
repositories {
@@ -132,11 +130,4 @@ signing {
132130
tasks.withType<Jar> {
133131
isPreserveFileTimestamps = true
134132
isReproducibleFileOrder = true
135-
}
136-
137-
sonar {
138-
properties {
139-
property("sonar.projectKey", "pranamphd_digipin-kotlin")
140-
property("sonar.organization", "pranamphd")
141-
}
142133
}

0 commit comments

Comments
 (0)