Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add gradle clean to the VS Code Command List #667

Open
bdaroz opened this issue Apr 13, 2024 · 0 comments
Open

Add gradle clean to the VS Code Command List #667

bdaroz opened this issue Apr 13, 2024 · 0 comments

Comments

@bdaroz
Copy link

bdaroz commented Apr 13, 2024

A number of times this year as CSA I had Java teams with weird crash issues, or references to classes that didn't exist in code pop up on the RoboRIO. All of these were the result of an outdated grade build directory and with a gradle clean and a redeploy were cleaned up. (Pun may or not be intended here.)

There is a menu option to run a specific gradle command, but can we add one to specifically clean the directory, and perhaps some docs on best practices for using it.

In the alternative, should we consider cleaning every build? (At the cost of compile time, especially for C++ teams)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant