mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
Add VendorDeps JSON files for command libraries (#2048)
Add commandversion flag to the examples and templates json files.
This commit is contained in:
committed by
Peter Johnson
parent
6858a57f72
commit
629e95776a
@@ -6,7 +6,8 @@
|
||||
"Timed"
|
||||
],
|
||||
"foldername": "timed",
|
||||
"gradlebase": "cpp"
|
||||
"gradlebase": "cpp",
|
||||
"commandversion": 1
|
||||
},
|
||||
{
|
||||
"name": "Timed Skeleton (Advanced)",
|
||||
@@ -15,7 +16,8 @@
|
||||
"Timed", "Skeleton"
|
||||
],
|
||||
"foldername": "timedskeleton",
|
||||
"gradlebase": "cpp"
|
||||
"gradlebase": "cpp",
|
||||
"commandversion": 1
|
||||
},
|
||||
{
|
||||
"name": "RobotBase Skeleton (Advanced)",
|
||||
@@ -24,7 +26,8 @@
|
||||
"RobotBase", "Skeleton"
|
||||
],
|
||||
"foldername": "robotbaseskeleton",
|
||||
"gradlebase": "cpp"
|
||||
"gradlebase": "cpp",
|
||||
"commandversion": 1
|
||||
},
|
||||
{
|
||||
"name": "Command Robot",
|
||||
@@ -33,6 +36,7 @@
|
||||
"Command"
|
||||
],
|
||||
"foldername": "commandbased",
|
||||
"gradlebase": "cpp"
|
||||
"gradlebase": "cpp",
|
||||
"commandversion": 2
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user