Skip to content

Commit

Permalink
fixed build main class error
Browse files Browse the repository at this point in the history
AyushSagar16 authored Feb 13, 2024
1 parent 54c558e commit 8a70adf
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
@@ -8,7 +8,7 @@ java {
targetCompatibility = JavaVersion.VERSION_17
}

def ROBOT_MAIN_CLASS = "org.ghrobotics.frc2024"
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.

0 comments on commit 8a70adf

Please sign in to comment.