mirror of
https://github.com/jlengrand/detekt.git
synced 2026-03-10 00:01:19 +00:00
Remove Sonarqube Gradle Plugin (#4950)
This commit is contained in:
@@ -5,7 +5,6 @@ plugins {
|
||||
id("releasing")
|
||||
id("io.gitlab.arturbosch.detekt")
|
||||
alias(libs.plugins.gradleVersions)
|
||||
alias(libs.plugins.sonarqube)
|
||||
}
|
||||
|
||||
allprojects {
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
kotlin.code.style=official
|
||||
systemProp.sonar.host.url=http://localhost:9000
|
||||
systemProp.dependency.analysis.test.analysis=false
|
||||
org.gradle.parallel=true
|
||||
org.gradle.caching=true
|
||||
|
||||
@@ -47,4 +47,3 @@ dokka = { id = "org.jetbrains.dokka", version.ref = "dokka" }
|
||||
gradleVersions = { id = "com.github.ben-manes.versions", version = "0.42.0" }
|
||||
pluginPublishing = { id = "com.gradle.plugin-publish", version = "0.21.0" }
|
||||
shadow = { id = "com.github.johnrengelman.shadow", version = "7.1.2" }
|
||||
sonarqube = { id = "org.sonarqube", version = "3.3" }
|
||||
|
||||
Reference in New Issue
Block a user