ToughTechs151 / robot-template

Template for Tough Techs robots.
Other
1 stars 0 forks source link

The resource creation gradle code needs work. #29

Closed blu28 closed 1 year ago

blu28 commented 1 year ago

Resources are copied as the very first thing in the gradle build process. This means that the resources may not exist for it to copy, or that they may be stale. Update the dependencies in gradle to get things to run at the right time.

blu28 commented 1 year ago

https://github.com/ToughTechs151/robot-template/pull/36