[cmd3] Correct the groupId for commands v3 in the JSON (#8306)

This commit is contained in:
Thad House
2025-10-26 00:08:42 -07:00
committed by GitHub
parent 2e10f91e07
commit bd2cecbb1a

View File

@@ -8,7 +8,7 @@
"jsonUrl": "",
"javaDependencies": [
{
"groupId": "org.wpilib.commands3",
"groupId": "org.wpilib",
"artifactId": "commands3-java",
"version": "wpilib"
}