Skip to content

Commit f94883f

Browse files
authored
Remove obsolete code
1 parent 87666c7 commit f94883f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

build.gradle.kts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,6 @@ allprojects {
8585
project.version = project.version.toString().replace("-SNAPSHOT", versionSuffix)
8686
}
8787

88-
val extraProperties = File(rootDir, "private/extraProperties.gradle")
89-
if (extraProperties.exists()) {
90-
apply(from = extraProperties)
91-
}
92-
9388
repositories {
9489
mavenLocal()
9590
val repository = if (project.hasProperty("qa")) "sonarsource-qa" else "sonarsource"

0 commit comments

Comments
 (0)