mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-27 02:01:42 +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
@@ -7,7 +7,8 @@
|
||||
],
|
||||
"foldername": "timed",
|
||||
"gradlebase": "java",
|
||||
"mainclass": "Main"
|
||||
"mainclass": "Main",
|
||||
"commandversion": 1
|
||||
},
|
||||
{
|
||||
"name": "Timed Skeleton (Advanced)",
|
||||
@@ -17,7 +18,8 @@
|
||||
],
|
||||
"foldername": "timedskeleton",
|
||||
"gradlebase": "java",
|
||||
"mainclass": "Main"
|
||||
"mainclass": "Main",
|
||||
"commandversion": 1
|
||||
},
|
||||
{
|
||||
"name": "RobotBase Skeleton (Advanced)",
|
||||
@@ -27,7 +29,8 @@
|
||||
],
|
||||
"foldername": "robotbaseskeleton",
|
||||
"gradlebase": "java",
|
||||
"mainclass": "Main"
|
||||
"mainclass": "Main",
|
||||
"commandversion": 1
|
||||
},
|
||||
{
|
||||
"name": "Command Robot",
|
||||
@@ -37,6 +40,7 @@
|
||||
],
|
||||
"foldername": "commandbased",
|
||||
"gradlebase": "java",
|
||||
"mainclass": "Main"
|
||||
"mainclass": "Main",
|
||||
"commandversion": 2
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user