Skip to content

Commit

Permalink
Bump more things!
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm001 committed Oct 15, 2023
1 parent d7411f7 commit 7d02722
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ jobs:
fail-fast: false
matrix:
include:
- container: wpilib/roborio-cross-ubuntu:2023-22.04
- container: wpilib/roborio-cross-ubuntu:2024-22.04
artifact-name: Athena
- container: wpilib/raspbian-cross-ubuntu:bullseye-22.04
artifact-name: Raspbian
Expand Down
5 changes: 5 additions & 0 deletions photon-lib/publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -198,5 +198,10 @@ model {
}
}

// So I don't actually know the _right_ way to tell gradle that the vendordep json publish requires generation first, so we're doing this
getTasksByName("publishVendorjsonPublicationToMavenLocal", false).each {
it.mustRunAfter generateVendorJson
}

publishToMavenLocal.dependsOn libraryBuild
publish.dependsOn libraryBuild
2 changes: 1 addition & 1 deletion shared/config.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ nativeUtils.withCrossLinuxArm64()
nativeUtils.wpi.configureDependencies {
wpiVersion = wpilibVersion
wpimathVersion = wpilibVersion
niLibVersion = "2023.3.0"
niLibVersion = "2024.1.1"
opencvYear = 'frc2024'
opencvVersion = openCVversion
googleTestYear = "frc2023"
Expand Down

0 comments on commit 7d02722

Please sign in to comment.