Merge pull request #4 from Team4388/fix-dependencies

Remove Pathfinder Dependency
This commit is contained in:
Keenan D. Buckley
2019-01-28 19:02:30 -07:00
committed by GitHub
-1
View File
@@ -50,7 +50,6 @@ dependencies {
nativeZip wpi.deps.vendor.jni(wpi.platforms.roborio) nativeZip wpi.deps.vendor.jni(wpi.platforms.roborio)
nativeDesktopZip wpi.deps.vendor.jni(wpi.platforms.desktop) nativeDesktopZip wpi.deps.vendor.jni(wpi.platforms.desktop)
testCompile 'junit:junit:4.12' testCompile 'junit:junit:4.12'
compile pathfinder()
} }
// Setting up my Jar File. In this case, adding all libraries into the main jar ('fat jar') // Setting up my Jar File. In this case, adding all libraries into the main jar ('fat jar')