Skip to content

Commit

Permalink
Drop unused Maven Local repo from unit tests (#5112)
Browse files Browse the repository at this point in the history
  • Loading branch information
3flex committed Jul 22, 2022
1 parent 7691673 commit d385f30
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Expand Up @@ -19,7 +19,6 @@ class DetektJvmSpec {
apply<DetektPlugin>()
repositories {
mavenCentral()
mavenLocal()
}
tasks.withType(Detekt::class.java).configureEach {
it.reports { reports ->
Expand Down
Expand Up @@ -25,7 +25,6 @@ class DetektPlainSpec {

repositories {
mavenCentral()
mavenLocal()
}

configure<DetektExtension> {
Expand Down Expand Up @@ -53,7 +52,6 @@ class DetektPlainSpec {

repositories {
mavenCentral()
mavenLocal()
}

tasks.withType(Detekt::class.java).configureEach {
Expand Down

0 comments on commit d385f30

Please sign in to comment.