wpilibsuite / GradleRIO

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

Comments incorrect in Kotlin and Java examples #203

Closed AleksVidmantas closed 6 years ago

AleksVidmantas commented 6 years ago

Comments say

// Defining my dependencies. In this case, WPILib (+ friends), CTRE Toolsuite (Talon SRX)
// and NavX.
dependencies {
    compile wpilib()
}

In the build.gradle(line 26 for java, 31 for kotlin) files for both the kotlin and java examples, it should be

// Defining my dependencies. In this case, WPILib (+ friends),

Links: https://github.com/wpilibsuite/GradleRIO/blob/master/examples/java/build.gradle https://github.com/wpilibsuite/GradleRIO/blob/master/examples/kotlin/build.gradle

JaciBrunning commented 6 years ago

Good catch, thanks! On a sidenote, I soon need to rework the examples for beta...