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

We should create an example for how to include a c++ lib in a robot program @bearbotics2358

When I try to create a project in a folder containing an apostrophe, this project failed to build. For example, a project named "test" in a folder named "Robo'Lyon" give...

bug in dependency / third party

From [Discord](https://discord.com/channels/176186766946992128/368993897495527424/829821983054102569): > @TheTripleV - ~~Put an ad for frc docs into the gradle tasks~~ - 2 x [+1] > @prateekma - Not bad \\ npm does this > @Oblarg...

https://docs.gradle.org/5.0/userguide/managing_transitive_dependencies.html#declaring_participation_in_a_platform Right now its possible for them to all end up with different versions. That is not something we want.

At least at some point, running a deploy would also run tests. We have a flag in vscode to skip this behavior, and it's documented. I'm not actually sure that's...

For 2022, the plan was to move to a staged pipeline, to make deploys more robust. However, this would make it impossible to run a task like file deploy without...

We should support rsyncing files off of the roboRIO. This can probably be a dedicated task with a specific location hardcoded just like file deploys. See: https://www.chiefdelphi.com/t/copy-files-off-robot-during-deploy/390969/4

enhancement

Missing debugging, but does deploy, and now includes an example. Examples need to be updated to actually look like a vision program. Succeeds #412

Closes #334 Changes the json layout, so will need to update the checker repo.

Supports both C++ and Java, JNI support not included for the time being