GradleRIO icon indicating copy to clipboard operation
GradleRIO copied to clipboard

The official gradle plugin for the FIRST Robotics Competition

Results 61 GradleRIO issues
Sort by recently updated
recently updated
newest added

(Not sure if this issue should be here or in the installer repo, or both. Transfer if needed) Using a different JDK can cause all kinds of issues, such as...

**Is your feature request related to a problem? Please describe.** It would be great if there was a convenient way to sync a RoboRio directory to the development PC. Especially...

Let me know if I missed something obvious, I hadn't looked much at the GradleRIO project before.

Also adds CI check to make sure its enforced

A USB connection succeeds even if the hostname on the roboRIO is still stock on a roboRIO 2. Print a message when this occurs.

Uses deploy directory clearing as an example which a lot of teams ask about.

Kotlin appears to work, still need to get JNI done

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...