Skip to content

Commit

Permalink
Fix wpi maven and java 11 links (wpilibsuite#142)
Browse files Browse the repository at this point in the history
* Fix wpi maven and java 11 links

* Use Adopt OpenJDK
  • Loading branch information
sciencewhiz authored Oct 7, 2020
1 parent 5145be8 commit 62bbfa8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ The WPILib Mission is to enable FIRST teams to focus on writing game-specific so

# Getting SmartDashboard

The latest release build of SmartDashboard can be found on [WPI's server](http://first.wpi.edu/FRC/roborio/maven/release/edu/wpi/first/wpilib/SmartDashboard/). First select the version you would like to download. Once inside the version directory, the largest file listed is the jar file. You can check what each file is by hovering over the link which will reveal the full path, including the extension.
The latest release build of SmartDashboard can be found on [WPI's server](https://frcmaven.wpi.edu/artifactory/release/edu/wpi/first/wpilib/SmartDashboard/). First select the version you would like to download. Once inside the version directory, the largest file listed is the jar file. You can check what each file is by hovering over the link which will reveal the full path, including the extension.

## Requirements
- [Java 11](http://jdk.java.net/11/)
- [Java 11](https://adoptopenjdk.net/)

# Building SmartDashboard

Building SmartDashboard is very straightforward. SmartDashboard uses Gradle to compile.

## Requirements
- [Java 11](http://jdk.java.net/11/)
- [Java 11](https://adoptopenjdk.net/)

## Running

Expand Down

0 comments on commit 62bbfa8

Please sign in to comment.