Hi We were trying to deploy our code and this is the error we got.
Execution failed for task ‘:deploynativeZipsfrcJavaroborio’.
A failure occurred while executing edu.wpi.first.deployutils.deploy.artifact.ArtifactDeployWorker
4: Failure
Some background. This branch of the code happens to be our pathplanner branch. We think the issue is either with autoBuilder or Pathplanner because once we switched to our PID branch we were able to deploy code but didn’t get comms due to no robot code. We narrowed that error to autoBuilder and after commenting that out we got the code to compile, build and got comms.
Any ideas on what is causing this issue?
Link to Github GitHub - team614frc/Team-614-Crescendo