We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87666c7 commit f94883fCopy full SHA for f94883f
build.gradle.kts
@@ -85,11 +85,6 @@ allprojects {
85
project.version = project.version.toString().replace("-SNAPSHOT", versionSuffix)
86
}
87
88
- val extraProperties = File(rootDir, "private/extraProperties.gradle")
89
- if (extraProperties.exists()) {
90
- apply(from = extraProperties)
91
- }
92
-
93
repositories {
94
mavenLocal()
95
val repository = if (project.hasProperty("qa")) "sonarsource-qa" else "sonarsource"
0 commit comments