wpilibsuite / GradleRIO

The official gradle plugin for the FIRST Robotics Competition
MIT License
262 stars 69 forks source link

Running simulation on subproject #741

Open spacey-sooty opened 3 months ago

spacey-sooty commented 3 months ago

I have a Java robot project with a C++ subproject for a vision project. I would like to run the C++ subproject in simulation to test out my vision code but when I run ./gradlew :notedetection:simulateNative I get an error saying I need to only have 1 binary. The subproject only builds 1 binary, the note detection one.