diff options
author | Fredric Silberberg <fredric@fsilberberg.com> | 2015-10-11 10:50:29 -0400 |
---|---|---|
committer | Fredric Silberberg <fredric@fsilberberg.com> | 2015-10-11 10:50:41 -0400 |
commit | c3851a4afe5dc3a0855a8a3fbeabdcb6e5eac723 (patch) | |
tree | 3ea42d50fc07cb40d489329ae2a14ac651a6bd4b /smartdashboard/build.gradle | |
parent | 1ced1672d7e0638df12544fb5e7dc18695000643 (diff) |
Updated gitignore for gradle, removed the libsDir so that artifacts end up where there should in a gradle build
Change-Id: I03b282cde99040645ae19a08e9c403d0ef3c8a95
Diffstat (limited to 'smartdashboard/build.gradle')
-rw-r--r-- | smartdashboard/build.gradle | 2 |
1 files changed, 0 insertions, 2 deletions
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' |