From c3851a4afe5dc3a0855a8a3fbeabdcb6e5eac723 Mon Sep 17 00:00:00 2001 From: Fredric Silberberg Date: Sun, 11 Oct 2015 10:50:29 -0400 Subject: Updated gitignore for gradle, removed the libsDir so that artifacts end up where there should in a gradle build Change-Id: I03b282cde99040645ae19a08e9c403d0ef3c8a95 --- .gitignore | 3 ++- smartdashboard/build.gradle | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ae7de65..25c67a2 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ smartdashboard/lib/NetworkTables* dist/ build/ -target/ \ No newline at end of file +target/ +.gradle/ \ No newline at end of file diff --git a/smartdashboard/build.gradle b/smartdashboard/build.gradle index cc12aeb..d373503 100644 --- a/smartdashboard/build.gradle +++ b/smartdashboard/build.gradle @@ -7,8 +7,6 @@ sourceSets { } } -libsDirName = "../dist/tools" - dependencies { compile 'edu.wpi.first.wpilib.networktables.java:NetworkTables:0.1.0-SNAPSHOT' compile 'junit:junit:4.12' -- cgit v1.2.3-54-g00ecf