mirror of
https://github.com/PhotonVision/photonvision
synced 2026-07-05 03:21:40 +00:00
Fix test resources path (#386)
This commit is contained in:
@@ -54,6 +54,7 @@ task testHeadless(type: Test) {
|
||||
systemProperty("java.awt.headless", "true")
|
||||
useJUnitPlatform()
|
||||
exclude '**/*BenchmarkTest*'
|
||||
workingDir = "../"
|
||||
}
|
||||
|
||||
task generateJavaDocs(type: Javadoc) {
|
||||
|
||||
Reference in New Issue
Block a user