Skip to content

Commit

Permalink
Fixed main class (fr this time)
Browse files Browse the repository at this point in the history
  • Loading branch information
AyushSagar16 authored Feb 16, 2024
1 parent 8a70adf commit 1e89837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ java {
targetCompatibility = JavaVersion.VERSION_17
}

def ROBOT_MAIN_CLASS = "org.ghrobotics.frc2024.MAIN"
def ROBOT_MAIN_CLASS = "org.ghrobotics.frc2024.Main"

// Define my targets (RoboRIO) and artifacts (deployable files)
// This is added by GradleRIO's backing project DeployUtils.
Expand Down

0 comments on commit 1e89837

Please sign in to comment.