Skip to content

Commit

Permalink
Merge pull request #24 from 4201VitruvianBots/dev-codex
Browse files Browse the repository at this point in the history
Added Codex as a vendordep
  • Loading branch information
gavinskycastle authored Jan 20, 2025
2 parents f2e52ae + c748388 commit 34cac30
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id "java"
id "edu.wpi.first.GradleRIO" version "2025.1.1"
id "edu.wpi.first.GradleRIO" version "2025.2.1"
id 'com.diffplug.spotless' version '6.25.0'
id "com.peterabeles.gversion" version "1.10.3"
}
Expand Down
34 changes: 34 additions & 0 deletions vendordeps/frc4201Codex.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"fileName": "frc4201Codex.json",
"name": "Codex-java",
"version": "2025.0.1",
"frcYear": "2025",
"uuid": "5db6a80c-246e-48c6-b629-798597b993e1",
"mavenUrls": [
"https://4201vitruvianbots.github.io/Codex/releases/repos"
],
"jsonUrl": "https://4201vitruvianbots.github.io/Codex/releases/frc4201Codex.json",
"javaDependencies": [
{
"groupId": "org.team4201",
"artifactId": "Codex-java",
"version": "2025.0.1"
}
],
"requires": [
{
"uuid": "e995de00-2c64-4df5-8831-c1441420ff19",
"errorMessage": "Phoenix6 is required!",
"offlineFileName": "Phoenix6-25.1.0.json",
"onlineUrl": "https://maven.ctr-electronics.com/release/com/ctre/phoenix6/latest/Phoenix6-frc2025-latest.json"
},
{
"uuid": "1b42324f-17c6-4875-8e77-1c312bc8c786",
"errorMessage": "PathPlanner is required!",
"offlineFileName": "PathplannerLib.json",
"onlineUrl": "https://3015rangerrobotics.github.io/pathplannerlib/PathplannerLib.json"
}
],
"jniDependencies": [],
"cppDependencies": []
}

1 comment on commit 34cac30

@gavinskycastle
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sleight of hand
Jump off the end
Into a clear lake
No one around

Just dragonflies
Fantasize
No one gets hurt
You've done nothing wrong

Slide your hand
Jump off the end
The water's clear and innocent
The water's clear and innocent

Codex - Radiohead

Please sign in to comment.