From 6dbff902fad9dfb796da258578fc250c69265e32 Mon Sep 17 00:00:00 2001 From: Thad House Date: Sat, 7 Dec 2024 20:31:10 -0800 Subject: [PATCH] [build] Remove athena completely from build (#7517) --- shared/config.gradle | 1 - 1 file changed, 1 deletion(-) 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()