mirror of
https://github.com/Team4388/Robot-Essentials.git
synced 2026-06-08 16:28:02 -06:00
Implement Drive Code
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ plugins {
|
||||
id "edu.wpi.first.GradleRIO" version "2019.1.1"
|
||||
}
|
||||
|
||||
def ROBOT_MAIN_CLASS = "frc.robot.Main"
|
||||
def ROBOT_MAIN_CLASS = "frc4388.robot.Main"
|
||||
|
||||
// Define my targets (RoboRIO) and artifacts (deployable files)
|
||||
// This is added by GradleRIO's backing project EmbeddedTools.
|
||||
|
||||
Reference in New Issue
Block a user