Skip to content

Commit

Permalink
Bump commit now that the spec changes have been merged.
Browse files Browse the repository at this point in the history
  • Loading branch information
brettle committed May 30, 2024
1 parent 887303f commit 80b01e4
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 @@ -55,7 +55,7 @@ task generateDeviceFiles(type: NpxTask) {
command = '@asyncapi/[email protected]'
args = ['--force-write',
'-o', "${outputDir}/org/team199/wpiws/devices",
"https://raw.githubusercontent.com/DeepBlueRobotics/allwpilib/5e85b83d920d78a1ec6b1e1919ddcbeece7d25e1/simulation/halsim_ws_core/doc/wpilib-ws.yaml",
"https://raw.githubusercontent.com/DeepBlueRobotics/allwpilib/c1fc86033a4b5ebda451de657fc2546eb3f431fb/simulation/halsim_ws_core/doc/wpilib-ws.yaml",
file(archiveTemplate.archiveFile).toURI()]

// Define the inputs and outputs of this task so that gradle only runs it
Expand Down

0 comments on commit 80b01e4

Please sign in to comment.