Skip to content

Commit 6bf06d3

Browse files
committed
Update commands vendordep URL to account for 2027 reorg
1 parent 11aa244 commit 6bf06d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ task extractJavaDependencies(type: Copy) {
6868
}
6969

7070
def downloadNewCommands = tasks.register('downloadNewCommands', Download) {
71-
src 'https://raw.githubusercontent.com/wpilibsuite/allwpilib/2027/wpilibNewCommands/WPILibNewCommands.json'
71+
src 'https://raw.githubusercontent.com/wpilibsuite/allwpilib/2027/commandsv2/CommandsV2.json'
7272
dest 'vscode-wpilib/resources/vendordeps/WPILibNewCommands.json'
7373
overwrite true
7474
}

0 commit comments

Comments
 (0)