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

A gradle task should be added that would allow to simply copy the deploy folder to the rio, without building and sending robot code over. This would allow teams to...

Networks which use self-signed certificates to enable HTTPS monitoring, like some school networks, would not be able to download because of a SSL validation error. This should probably be enabled...

Up until now the desktop use-case has only been for pure simulation. With CANivore the Phoenix libraries now support running a desktop application that utilizes a locally (USB) connected CANivore...

In previous versions of the GradleRIO plugin there was a plugin called RiologPlugin that provided the task: riolog${target.name.capitalize()}" This plugin was removed from the 2022 rewrite. I was unable to...

**Describe the bug** Unit tests that passed with no problems in 2022.2.1 run into runtime errors in 2022.3.1. The exit code is 137 - a cursory glance of Stack Overflow...

Currently, GradleRIO provides no method for adding custom commands to robotCommand, and it overwrites robotCommand so they can't be added through a side channel. This feature would be useful for...

The following in build.gradle works, but it would be nice if GradleRIO provided it like `simulateJava`. ```gradle task simulateCpp { dependsOn 'simulateFrcUserProgram' + wpi.platforms.desktop.capitalize() + 'DebugExecutable' } ```

Lots of requests over the years to make things more configurable. This is a list of things that have been asked for. - [ ] Run commands on robot program...

Currently, multiple RoboRIO targets will collide task and configuration names with each other.

Currently, if code is built as a library but pulls in vendor dependencies via vendordeps and json, the exact same json files need to be included in the separate robot...