GradleRIO icon indicating copy to clipboard operation
GradleRIO copied to clipboard

Running simulation on subproject

Open spacey-sooty opened this issue 4 weeks ago • 0 comments

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.

spacey-sooty avatar Jun 09 '24 05:06 spacey-sooty