Skip to content

Commit cc28cdf

Browse files
committed
The undertest-junit5 files are an input to selfie-runner-junit5
1 parent 57245ec commit cc28cdf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

selfie-runner-junit5/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ dependencies {
3333
}
3434
test {
3535
useJUnitPlatform()
36+
getInputs().dir('../undertest-junit5/src/test/kotlin')
3637
}
3738

3839
// it all needs to get published and formatted

0 commit comments

Comments
 (0)