[build] Update native-utils, OpenCV, libssh (#8818)

This commit is contained in:
Gold856
2026-04-27 01:31:14 -04:00
committed by GitHub
parent 657d4d9b58
commit 8d30131fce
7 changed files with 36 additions and 39 deletions

View File

@@ -10,7 +10,6 @@ nativeUtils.withCrossSystemCore()
nativeUtils {
wpi {
configureDependencies {
opencvYear = libs.versions.thirdparty.year
opencvVersion = libs.versions.opencv
}
}

View File

@@ -1,12 +1,12 @@
nativeUtils {
nativeDependencyContainer {
libssh(getNativeDependencyTypeClass('WPIStaticMavenDependency')) {
groupId = "edu.wpi.first.thirdparty.frc2024"
groupId = "org.wpilib.thirdparty"
artifactId = "libssh"
headerClassifier = "headers"
sourceClassifier = "sources"
ext = "zip"
version = '0.105-1'
version = '2027-0.120-1'
targetPlatforms.addAll(nativeUtils.wpi.platforms.allPlatforms)
}
}