From ccfbf5f5b31f84c0ed5767e3bc3a80bb8c87385a Mon Sep 17 00:00:00 2001 From: sciencewhiz Date: Sun, 30 Nov 2025 11:12:12 -0800 Subject: [PATCH] [commands] Add conflicts for Commands v2 & v3 vendordeps (#8438) --- commandsv2/CommandsV2.json | 7 +++++++ commandsv3/CommandsV3.json | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/commandsv2/CommandsV2.json b/commandsv2/CommandsV2.json index 7ddbe91b67..d88c22deeb 100644 --- a/commandsv2/CommandsV2.json +++ b/commandsv2/CommandsV2.json @@ -6,6 +6,13 @@ "frcYear": "2027_alpha1", "mavenUrls": [], "jsonUrl": "", + "conflictsWith": [ + { + "uuid": "4decdc05-a056-46cf-9561-39449bbb01306", + "errorMessage": "Users can not have both Commands v2 and Commands v3 vendordeps in their robot program.", + "offlineFileName": "CommandsV3.json" + } + ], "javaDependencies": [ { "groupId": "org.wpilib.commandsv2", diff --git a/commandsv3/CommandsV3.json b/commandsv3/CommandsV3.json index 255724fec2..acb3dd9211 100644 --- a/commandsv3/CommandsV3.json +++ b/commandsv3/CommandsV3.json @@ -6,6 +6,13 @@ "frcYear": "2027_alpha1", "mavenUrls": [], "jsonUrl": "", + "conflictsWith": [ + { + "uuid": "111e20f7-815e-48f8-9dd6-e675ce75b266", + "errorMessage": "Users can not have both Commands v2 and Commands v3 vendordeps in their robot program.", + "offlineFileName": "CommandsV2.json" + } + ], "javaDependencies": [ { "groupId": "org.wpilib",