mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-02 02:51:42 +00:00
Fix loading tests on macos 12 (#5388)
This commit is contained in:
@@ -125,10 +125,12 @@ model {
|
||||
test.dependsOn it.tasks.install
|
||||
test.systemProperty 'java.library.path', filePath
|
||||
test.environment 'LD_LIBRARY_PATH', filePath
|
||||
test.environment 'DYLD_LIBRARY_PATH', filePath
|
||||
test.workingDir filePath
|
||||
run.dependsOn it.tasks.install
|
||||
run.systemProperty 'java.library.path', filePath
|
||||
run.environment 'LD_LIBRARY_PATH', filePath
|
||||
run.environment 'DYLD_LIBRARY_PATH', filePath
|
||||
run.workingDir filePath
|
||||
|
||||
found = true
|
||||
|
||||
Reference in New Issue
Block a user