[build] Build examples with v3 commands & javacPlugin (#8456)

This commit is contained in:
sciencewhiz
2025-12-05 22:53:14 -08:00
committed by GitHub
parent 0b44b8de4e
commit 8411314850

View File

@@ -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'