From bd104642aa7cd7d1d1f75e0a410dbca6d8615c0a Mon Sep 17 00:00:00 2001 From: "Keenan D. Buckley" Date: Mon, 28 Jan 2019 19:00:51 -0700 Subject: [PATCH] Remove pathfinder dependency --- 2019robot/build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/2019robot/build.gradle b/2019robot/build.gradle index f15e84c..ea2312b 100644 --- a/2019robot/build.gradle +++ b/2019robot/build.gradle @@ -50,7 +50,6 @@ dependencies { nativeZip wpi.deps.vendor.jni(wpi.platforms.roborio) nativeDesktopZip wpi.deps.vendor.jni(wpi.platforms.desktop) testCompile 'junit:junit:4.12' - compile pathfinder() } // Setting up my Jar File. In this case, adding all libraries into the main jar ('fat jar')