Skip to content
This repository has been archived by the owner on Mar 9, 2019. It is now read-only.

Robot code for Jupiter, our FIRST FRC 2018 robot for Power Up.

License

Notifications You must be signed in to change notification settings

2729StormRobotics/StormRobotics2018

Repository files navigation

Storm Robotics 2018

2018 development code for FIRST Power Up

License

Build Status

Coverity Scan

SonarCloud Status SonarCloud Maintainability SonarCloud Security SonarCloud Reliability SonarCloud Bugs SonarCloud Vulnerabilities SonarCloud Code Smells

Cloning

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

Building and Deploying

  • gradlew build will build your robot Code
  • gradlew deploy will build and deploy your code.