We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4b2ba0 commit 05ef446Copy full SHA for 05ef446
build.gradle.kts
@@ -68,7 +68,7 @@ dependencies {
68
testIntImplementation (libs.kotest.runner)
69
testIntImplementation (libs.kotest.table)
70
testIntImplementation (libs.mockk)
71
- testIntImplementation (libs.logback)
+ //testIntImplementation (libs.logback)
72
}
73
74
tasks.withType<Test>().configureEach {
0 commit comments