mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[build] Build examples with v3 commands & javacPlugin (#8456)
This commit is contained in:
@@ -22,10 +22,13 @@ dependencies {
|
||||
implementation project(':cscore')
|
||||
implementation project(':cameraserver')
|
||||
implementation project(':commandsv2')
|
||||
implementation project(':commandsv3')
|
||||
implementation project(':romiVendordep')
|
||||
implementation project(':xrpVendordep')
|
||||
implementation project(':epilogue-runtime')
|
||||
annotationProcessor project(':epilogue-processor')
|
||||
annotationProcessor project(':javacPlugin')
|
||||
annotationProcessor project(':wpiannotations')
|
||||
|
||||
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
|
||||
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
|
||||
|
||||
Reference in New Issue
Block a user