Skip to content

Commit

Permalink
Fixed publishing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathandao0 committed Jan 14, 2025
1 parent 7c4d317 commit 1e931d8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 22 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,20 +91,6 @@ jobs:
name: ${{ matrix.artifact-name }}
path: build/allOutputs

vendordep:
name: Upload vendordep JSON
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
token: ${{secrets.GITHUB_TOKEN}}

- uses: actions/upload-artifact@v4
with:
name: Codex-json
path: frc4201Codex.json

combine:
name: Combine
needs: [build-docker, build-host]
Expand Down
18 changes: 11 additions & 7 deletions frc4201Codex.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,20 @@
"groupId": "org.team4201.codex",
"artifactId": "codex-java",
"version": "2025.0.1"
},
}
],
"requires": [
{
"groupId": "com.ctre.phoenix6",
"artifactId": "wpiapi-java",
"version": "25.1.0"
"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"
},
{
"groupId": "com.pathplanner.lib",
"artifactId": "PathplannerLib-java",
"version": "2025.1.1"
"uuid": "1b42324f-17c6-4875-8e77-1c312bc8c786",
"errorMessage": "PathPlanner is required!",
"offlineFileName": "PathplannerLib.json",
"onlineUrl": "https://3015rangerrobotics.github.io/pathplannerlib/PathplannerLib.json"
}
],
"jniDependencies": []
Expand Down
2 changes: 1 addition & 1 deletion publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def vendordepFilename = "frc4201Codex.json"

def pubVersion = '2025.0.1'

def releasesRepoUrl = "repos"
def releasesRepoUrl = "Codex/repos"

def outputsFolder = file("$buildDir/outputs")

Expand Down

0 comments on commit 1e931d8

Please sign in to comment.