[bazel] Clean up bazel scripts (#7984)

This commit is contained in:
PJ Reiniger
2025-06-13 23:53:09 -04:00
committed by GitHub
parent 5dfc664b93
commit fbbc4bc53c
54 changed files with 1774 additions and 854 deletions

View File

@@ -164,7 +164,8 @@
],
"foldername": "PotentiometerPID",
"gradlebase": "cpp",
"commandversion": 2
"commandversion": 2,
"hasunittests": true
},
{
"name": "Elevator with exponential profiled PID",
@@ -257,7 +258,8 @@
],
"foldername": "I2CCommunication",
"gradlebase": "cpp",
"commandversion": 2
"commandversion": 2,
"hasunittests": true
},
{
"name": "Digital Communication Sample",
@@ -268,7 +270,8 @@
],
"foldername": "DigitalCommunication",
"gradlebase": "cpp",
"commandversion": 2
"commandversion": 2,
"hasunittests": true
},
{
"name": "HTTP Camera",
@@ -474,7 +477,8 @@
],
"foldername": "MecanumControllerCommand",
"gradlebase": "cpp",
"commandversion": 2
"commandversion": 2,
"hasunittests": true
},
{
"name": "SwerveControllerCommand",
@@ -491,7 +495,8 @@
],
"foldername": "SwerveControllerCommand",
"gradlebase": "cpp",
"commandversion": 2
"commandversion": 2,
"hasunittests": true
},
{
"name": "DriveDistanceOffboard",
@@ -615,7 +620,8 @@
],
"foldername": "ElevatorSimulation",
"gradlebase": "cpp",
"commandversion": 2
"commandversion": 2,
"hasunittests": true
},
{
"name": "Elevator Exponential Profile Simulation",
@@ -675,7 +681,8 @@
],
"foldername": "ArmSimulation",
"gradlebase": "cpp",
"commandversion": 2
"commandversion": 2,
"hasunittests": true
},
{
"name": "UnitTesting",