Skip to content

Commit

Permalink
Fixed frc4201Codex.json to use variable replacement
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathandao0 committed Jan 14, 2025
1 parent fbb6b3c commit fe7ce07
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions frc4201Codex.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"fileName": "frc4201Codex.json",
"name": "Codex-java",
"version": "2025.0.1",
"version": "${version}",
"frcYear": "2025",
"uuid": "5db6a80c-246e-48c6-b629-798597b993e1",
"mavenUrls": [
Expand All @@ -10,9 +10,9 @@
"jsonUrl": "https://4201vitruvianbots.github.io/Codex/public/frc4201Codex.json",
"javaDependencies": [
{
"groupId": "org.team4201",
"artifactId": "Codex-java",
"version": "2025.0.1"
"groupId": "${groupId}",
"artifactId": "${artifactId}-java",
"version": "${version}"
}
],
"requires": [
Expand Down

0 comments on commit fe7ce07

Please sign in to comment.