nativeUtils { nativeDependencyContainer { mrclib(getNativeDependencyTypeClass('WPISharedMavenDependency')) { groupId = "org.wpilib.mrclib" artifactId = "mrclib-cpp" headerClassifier = "headers" ext = "zip" version = '2027.1.0-alpha-1-65-g21f308e' skipAtRuntimePlatforms.add(nativeUtils.wpi.platforms.systemcore) targetPlatforms.addAll(nativeUtils.wpi.platforms.allPlatforms) noDebugSplit = true } } }