Files
allwpilib/shared/libssh.gradle

14 lines
442 B
Groovy
Raw Normal View History

nativeUtils {
nativeDependencyContainer {
libssh(getNativeDependencyTypeClass('WPIStaticMavenDependency')) {
groupId = "edu.wpi.first.thirdparty.frc2023"
artifactId = "libssh"
headerClassifier = "headers"
sourceClassifier = "sources"
ext = "zip"
version = '0.95-8'
targetPlatforms.addAll(nativeUtils.wpi.platforms.allPlatforms)
}
}
}