Update build.gradle

Fixes the version so that the code will compile. No idea how to use 2020 version.
This commit is contained in:
Keenan D. Buckley
2019-12-20 13:23:51 -07:00
parent cb904002ad
commit c690466356
+1 -1
View File
@@ -1,6 +1,6 @@
plugins {
id "java"
id "edu.wpi.first.GradleRIO" version "2020.1.1-beta-4"
id "edu.wpi.first.GradleRIO" version "2019.4.1"
}
def ROBOT_MAIN_CLASS = "frc4388.robot.Main"