mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[build] Update apriltag, libssh, googletest for 2024 (#5752)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
nativeUtils {
|
||||
nativeDependencyContainer {
|
||||
apriltaglib(getNativeDependencyTypeClass('WPIStaticMavenDependency')) {
|
||||
groupId = "edu.wpi.first.thirdparty.frc2023"
|
||||
groupId = "edu.wpi.first.thirdparty.frc2024"
|
||||
artifactId = "apriltaglib"
|
||||
headerClassifier = "headers"
|
||||
sourceClassifier = "sources"
|
||||
|
||||
@@ -14,10 +14,10 @@ nativeUtils {
|
||||
wpi {
|
||||
configureDependencies {
|
||||
opencvYear = "frc2024"
|
||||
googleTestYear = "frc2023"
|
||||
googleTestYear = "frc2024"
|
||||
niLibVersion = "2024.1.1"
|
||||
opencvVersion = "4.8.0-1"
|
||||
googleTestVersion = "1.12.1-2"
|
||||
googleTestVersion = "1.14.0-1"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
nativeUtils {
|
||||
nativeDependencyContainer {
|
||||
libssh(getNativeDependencyTypeClass('WPIStaticMavenDependency')) {
|
||||
groupId = "edu.wpi.first.thirdparty.frc2023"
|
||||
groupId = "edu.wpi.first.thirdparty.frc2024"
|
||||
artifactId = "libssh"
|
||||
headerClassifier = "headers"
|
||||
sourceClassifier = "sources"
|
||||
ext = "zip"
|
||||
version = '0.95-8'
|
||||
version = '0.105-1'
|
||||
targetPlatforms.addAll(nativeUtils.wpi.platforms.allPlatforms)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user