mirror of
https://github.com/jlengrand/detekt.git
synced 2026-03-10 08:11:23 +00:00
Clean up gradle files for modules migrated to junit (#4516)
Co-authored-by: Markus Schwarz <post@markus-schwarz.net>
This commit is contained in:
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user