Skip to content

team-2073-eagleforce/eagleforce-robot-common

Repository files navigation

Team 2073 Common

Usage Instructions

Eclipse

  1. Clone this repository and import it as a Gradle project. (File > Import... > Gradle > Gradle Project)
  2. In the Gradle Tasks view, expand and run eagleforce-robot-common > publishing > publishToMavenLocal.
  3. In the robot project's build.gradle file, add these lines in repositories and dependencies:
repositories {
    // ... other repositories ...
    mavenLocal()
}
dependencies {
    // ... other dependencies ...
    compile group: 'com.team2073.common', name: 'common', version: '1.0'
}
  1. Refresh the robot project as a Gradle project. (Right-click > Gradle > Refresh Gradle Project)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors