From 80b01e48351f3839da69293f15c0ad30ab5cc374 Mon Sep 17 00:00:00 2001 From: Dean Brettle Date: Thu, 30 May 2024 13:24:23 -0700 Subject: [PATCH] Bump commit now that the spec changes have been merged. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8977099..d3e8840 100644 --- a/build.gradle +++ b/build.gradle @@ -55,7 +55,7 @@ task generateDeviceFiles(type: NpxTask) { command = '@asyncapi/generator@1.17.25' 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