Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added variable to control wpilib version easier. #42

Merged
merged 4 commits into from
Dec 3, 2024

Conversation

thenetworkgrinch
Copy link
Contributor

The version variable is purely there to make it easier to control the WPILib version in a centralized manner.

build.gradle Outdated Show resolved Hide resolved
config.gradle Outdated Show resolved Hide resolved
@@ -8,7 +8,7 @@ nativeUtils.withCrossLinuxArm64()
nativeUtils {
wpi {
configureDependencies {
wpiVersion = "2025.+"
wpiVersion = wpilibVersion
opencvYear = "frc2024"
Copy link
Member

Choose a reason for hiding this comment

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

Can you also add the same things for opencvYear and opencvVersion? That way the versions that are shared are in a common place.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, but that was out of scope of this PR

@ThadHouse ThadHouse merged commit 464d8b6 into wpilibsuite:2025 Dec 3, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants