mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[developerRobot] Add commands v3 (#8784)
This commit is contained in:
@@ -53,12 +53,23 @@ dependencies {
|
||||
implementation project(':cscore')
|
||||
implementation project(':cameraserver')
|
||||
implementation project(':commandsv2')
|
||||
implementation project(':commandsv3')
|
||||
implementation project(':apriltag')
|
||||
implementation project(':wpiunits')
|
||||
implementation project(':epilogue-runtime')
|
||||
annotationProcessor project(':epilogue-processor')
|
||||
}
|
||||
|
||||
tasks.withType(JavaExec).configureEach {
|
||||
// Commands v3 needs reflective access to the continuation classes
|
||||
jvmArgs += [
|
||||
'--add-opens',
|
||||
'java.base/jdk.internal.vm=ALL-UNNAMED',
|
||||
'--add-opens',
|
||||
'java.base/java.lang=ALL-UNNAMED',
|
||||
]
|
||||
}
|
||||
|
||||
tasks.withType(com.github.spotbugs.snom.SpotBugsTask).configureEach {
|
||||
onlyIf { false }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user