Skip to content
eandr127 edited this page Feb 16, 2019 · 3 revisions

Welcome to the 2019-2706-Robot-Code wiki!

How we set up Gradle

  1. Downloaded gradle binaries.
  2. Made gradle wrapper in the folder.
./gradle wrapper --gradle-version <Latest Version>
  1. Did build init with java application.
./gradlew init --type java-application
  1. Copy the build.gradle configuration from the GradeRIO page
  2. Remove test package from src folder, and rename the main package name to a team specific one
  3. Make a Robot.java class that extends a type of RobotBase and put it in the main package
  4. Copied the getting started from GradleRIO Github page into build.gradle. Changed robot main class the Robot.java class including its package. Added additional necessary libraries.
  5. Opened the project in IntelliJ.
Clone this wiki locally