Merge pull request #247 from AlanKrueger/jedis

---

Referenced the Eclipse plugin in the build.gradle and added the bin directory Eclipse creates to the .gitignore file.
This commit is contained in:
Eric Hauser
2012-04-19 16:54:48 -04:00
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@@ -7,3 +7,4 @@
.gradle/
target/
build/
bin/

View File

@@ -1,5 +1,6 @@
apply plugin: 'java'
apply plugin: 'maven'
apply plugin: 'eclipse'
group = 'com.googlecode.jedis'
archiveBaseName = 'jedis'