Skip to content

FRC2713/Robot2022

Repository files navigation

FRC 2713 2022 Robot Code

Gradle Commands

Some important gradle commands:

  • gradlew spotlessApply to run code formatting
  • gradlew deploy to both build and deploy code to the rio
  • gradlew build to build robot code (but does not deploy)

Some other useful gradle commands:

  • gradlew tasks to view all available tasks
  • gradlew clean to remove build cache (can be used to troubleshoot odd build errors)
  • gradlew Glass to run Glass (WPILib graphing tool)
  • gradlew PathWeaver to run PathWeaver (WPILib path gen tool)
  • gradlew ShuffleBoard to run ShuffleBoard (WPILib Dashboard tool)
  • gradlew SysId to run SysID (WPILib characterization tool)

Docs