kauailabs / allwpilib

Fork of Official Repository of WPILibJ and WPILibC, which contain in addition a HAL for the KauaiLabs VMX-pi.
Other
1 stars 3 forks source link

Incorrect Dependencies in example java build.gradle file #19

Closed kauailabs closed 5 years ago

kauailabs commented 5 years ago

The build.gradle file at this location: https://github.com/KadenK/GradleRIO/blob/master/vscode-examples/java/build.gradle

Has this section indicating "roborio" for the nativeZip platform:

dependencies { compile wpi.deps.wpilib() compile wpi.deps.vendor.java() nativeZip wpi.deps.vendor.jni(wpi.platforms.roborio)

However, this should be raspbian, so the example should be updated.