mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[build] Add missing task dependency in wpilibjExamples (#4852)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user