Skip to content

Commit

Permalink
Set default GradleRIO version to 2024.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BrenekH committed Feb 20, 2024
1 parent e082f8e commit 2138c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const SIMULATE_CODE_TASK_NAME = "Simulate FRC Code"
export const TARGET_GRADLE_RIO_YEAR = "2024"
export const TARGET_GRADLE_RIO_VER = "2024.1.1"
export const TARGET_GRADLE_RIO_VER = "2024.3.1"

export const ROMI_CMD_VARIANT_SEARCH_TERM = `wpi.sim.envVar("HALSIMWS_HOST"`
export const ROMI_TIMED_VARIANT_SEARCH_TERM = "new RomiDrivetrain()"
Expand Down

0 comments on commit 2138c79

Please sign in to comment.