Add VendorDeps JSON files for command libraries (#2048)

Add commandversion flag to the examples and templates json files.
This commit is contained in:
Thad House
2019-11-07 17:38:07 -08:00
committed by Peter Johnson
parent 6858a57f72
commit 629e95776a
7 changed files with 229 additions and 77 deletions

View File

@@ -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
}
]