mirror of
https://github.com/jlengrand/detekt.git
synced 2026-03-10 08:11:23 +00:00
Add detekt-junit
This commit is contained in:
@@ -29,6 +29,7 @@ allprojects {
|
||||
detekt(project(":detekt-cli"))
|
||||
detektPlugins(project(":custom-checks"))
|
||||
detektPlugins(project(":detekt-formatting"))
|
||||
detektPlugins("com.github.BraisGabin:detekt-junit-rules:0.0.4")
|
||||
}
|
||||
|
||||
tasks.withType<Detekt>().configureEach {
|
||||
|
||||
@@ -16,6 +16,7 @@ detekt {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
google()
|
||||
maven { url = uri("https://jitpack.io") }
|
||||
}
|
||||
|
||||
testing {
|
||||
|
||||
@@ -69,5 +69,6 @@ gradleEnterprise {
|
||||
dependencyResolutionManagement {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
maven { url = uri("https://jitpack.io") }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user