From 8f70bea899d7c339abe5a288b98394c31a642a8e Mon Sep 17 00:00:00 2001 From: Thad House Date: Sat, 19 Nov 2016 23:58:29 -0800 Subject: [PATCH] Fixes Athena Runtime build not including ntcore (#356) --- hal/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/hal/build.gradle b/hal/build.gradle index 3562b4a65d..19e46ff589 100644 --- a/hal/build.gradle +++ b/hal/build.gradle @@ -134,6 +134,7 @@ task athenaRuntimeZip(type: Zip) { } defineNetworkTablesProperties() + dependsOn project(':').unzipNetworkTables from(project.file(netTablesInclude)) { into 'include'