mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-06 03:31:43 +00:00
[build] Remove all references to Athena (#9019)
This commit is contained in:
@@ -226,7 +226,7 @@ model {
|
||||
}
|
||||
testTask.systemProperty 'java.library.path', filePath
|
||||
|
||||
if (project.hasProperty('onlylinuxathena') || project.hasProperty('onlylinuxsystemcore') || project.hasProperty('onlylinuxarm32') || project.hasProperty('onlylinuxarm64') || project.hasProperty('onlywindowsarm64')) {
|
||||
if (project.hasProperty('onlylinuxsystemcore') || project.hasProperty('onlylinuxarm32') || project.hasProperty('onlylinuxarm64') || project.hasProperty('onlywindowsarm64')) {
|
||||
testTask.enabled = false
|
||||
}
|
||||
test.dependsOn(testTask)
|
||||
@@ -270,7 +270,7 @@ model {
|
||||
}
|
||||
testTask.systemProperty 'java.library.path', filePath
|
||||
|
||||
if (project.hasProperty('onlylinuxathena') || project.hasProperty('onlylinuxarm32') || project.hasProperty('onlylinuxarm64') || project.hasProperty('onlywindowsarm64')) {
|
||||
if (project.hasProperty('onlylinuxarm32') || project.hasProperty('onlylinuxarm64') || project.hasProperty('onlywindowsarm64')) {
|
||||
testTask.enabled = false
|
||||
}
|
||||
test.dependsOn(testTask)
|
||||
|
||||
Reference in New Issue
Block a user