wpilibsuite / GradleRIO

The official gradle plugin for the FIRST Robotics Competition
MIT License
264 stars 70 forks source link

Can't specify NavX library version #42

Closed ryegleason closed 7 years ago

ryegleason commented 7 years ago

According to https://github.com/kauailabs/navxmxp/blob/master/ReleaseNotes.md, the most recent version of the NavX library is 3.0.316, but Gradle can't find the library when I specify navxVersion = "3.0.316". If this can't be fixed, I'd like to know what version "+" represents so I can hard code that value to avoid unpleasant surprise updates.

JaciBrunning commented 7 years ago

The release notes Kuaui have put up are wrong. The latest version is 3.0.331 (fetched here http://dev.imjac.in/maven/thirdparty/frc/kauai/Navx-Java/)

JaciBrunning commented 7 years ago

Sorry, turns out + defaults to a dotpoint in markdown. Above comment should read as such