blob: 743dd57b7c06a7af8f4b409edd8b64a4b2e10cf8 [file] [log] [blame]
James Kuszmaulcf324122023-01-14 14:07:17 -08001nativeUtils {
2 nativeDependencyContainer {
3 libssh(getNativeDependencyTypeClass('WPIStaticMavenDependency')) {
4 groupId = "edu.wpi.first.thirdparty.frc2023"
5 artifactId = "libssh"
6 headerClassifier = "headers"
7 sourceClassifier = "sources"
8 ext = "zip"
9 version = '0.95-6'
10 targetPlatforms.addAll(nativeUtils.wpi.platforms.allPlatforms)
11 }
12 }
13}