diff --git a/shared/config.gradle b/shared/config.gradle index a4eb784ba23..a5e70c4c676 100644 --- a/shared/config.gradle +++ b/shared/config.gradle @@ -7,7 +7,6 @@ if (project.hasProperty('ciDebugOnly')) { } nativeUtils.addWpiNativeUtils() -nativeUtils.withCrossRoboRIO() nativeUtils.withCrossLinuxArm32() nativeUtils.withCrossLinuxArm64() nativeUtils.withCrossSystemCore()