Clean up gradle files for modules migrated to junit (#4516)

Co-authored-by: Markus Schwarz <post@markus-schwarz.net>
This commit is contained in:
marschwar
2022-01-24 09:21:24 +01:00
committed by GitHub
parent 67ba876bb0
commit 743706fb45
8 changed files with 8 additions and 17 deletions

View File

@@ -8,8 +8,7 @@ dependencies {
api(libs.kotlin.compilerEmbeddable)
implementation(projects.detektPsiUtils)
testImplementation(projects.detektTestUtils)
testImplementation(libs.bundles.testImplementation)
testRuntimeOnly(libs.spek.runner)
testImplementation(libs.assertj)
}
tasks.withType<Test> {