We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57245ec commit cc28cdfCopy full SHA for cc28cdf
selfie-runner-junit5/build.gradle
@@ -33,6 +33,7 @@ dependencies {
33
}
34
test {
35
useJUnitPlatform()
36
+ getInputs().dir('../undertest-junit5/src/test/kotlin')
37
38
39
// it all needs to get published and formatted
0 commit comments