2018 development code for FIRST Power Up
This repository only contains the source code and relevant java packages. Everything else must be built using gradle according to the following commands:
gradlew idea
will generate IDE files for IntelliJ IDEA (java)gradlew eclipse
will generate IDE files for Eclipse (java)- It is possible you will need to run
sudo chmod +x gradlew
if permission is denied
gradlew build
will build your robot Codegradlew deploy
will build and deploy your code.