mirror of
https://github.com/Team4388/Robot-Essentials.git
synced 2026-06-08 16:28:02 -06:00
Update build.gradle
Fixes the version so that the code will compile. No idea how to use 2020 version.
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user