Skip to content

Commit

Permalink
fixed Main class address
Browse files Browse the repository at this point in the history
  • Loading branch information
sigalrmp committed Dec 2, 2024
1 parent 5b339c3 commit aa0c06d
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 @@ -7,7 +7,7 @@ plugins {
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17

def ROBOT_MAIN_CLASS = "org.sciborgs1155.robot.Main"
def ROBOT_MAIN_CLASS = "robot.Main"

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

0 comments on commit aa0c06d

Please sign in to comment.