[build] Add missing task dependency in wpilibjExamples (#4852)

This commit is contained in:
Starlight220
2022-12-25 17:37:10 +02:00
committed by GitHub
parent b893b3d6d3
commit a6d127aedf

View File

@@ -196,6 +196,8 @@ model {
setFailOnNoMatchingTests(false)
}
testTask.classpath = sourceSets.test.runtimeClasspath
testTask.dependsOn it.tasks.install
testTask.systemProperty 'junit.jupiter.extensions.autodetection.enabled', 'true'
testTask.testLogging {
events "failed"