-
Notifications
You must be signed in to change notification settings - Fork 0
Home
eandr127 edited this page Feb 16, 2019
·
3 revisions
Welcome to the 2019-2706-Robot-Code wiki!
- Downloaded gradle binaries.
- Made gradle wrapper in the folder.
./gradle wrapper --gradle-version <Latest Version>
- Did build init with java application.
./gradlew init --type java-application
- Copy the
build.gradle
configuration from the GradeRIO page - Remove test package from src folder, and rename the main package name to a team specific one
- Make a Robot.java class that extends a type of
RobotBase
and put it in the main package - 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.
- Opened the project in IntelliJ.