Skip to content

Commit

Permalink
Change spek and assertj to compile only dependencies for detekt-test …
Browse files Browse the repository at this point in the history
…consumers - Closes #3082
  • Loading branch information
arturbosch committed Oct 18, 2020
1 parent 3108bfc commit afe6338
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions detekt-test-utils/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
dependencies {
api(kotlin("stdlib-jdk8"))
api("org.assertj:assertj-core")
api("org.spekframework.spek2:spek-dsl-jvm")
compileOnly("org.spekframework.spek2:spek-dsl-jvm")
implementation(project(":detekt-parser"))
implementation(project(":detekt-psi-utils"))
implementation(kotlin("script-runtime"))
Expand Down
1 change: 1 addition & 0 deletions detekt-test/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
dependencies {
api(project(":detekt-api"))
api(project(":detekt-test-utils"))
compileOnly("org.assertj:assertj-core")
implementation(project(":detekt-parser"))
}

0 comments on commit afe6338

Please sign in to comment.