Set gradlebase correctly for all examples (#1950)

This commit is contained in:
Peter Johnson
2019-10-18 11:39:31 -07:00
committed by GitHub
parent 2c311013d4
commit b3398dca39
2 changed files with 8 additions and 2 deletions

View File

@@ -316,7 +316,7 @@
"PID"
],
"foldername": "Frisbeebot",
"mainclass": "Main"
"gradlebase": "cpp"
},
{
"name": "Gyro Drive Commands",
@@ -327,7 +327,7 @@
"Gyro"
],
"foldername": "GyroDriveCommands",
"mainclass": "Main"
"gradlebase": "cpp"
},
{
"name": "SwerveBot",