add Eclipse support

This commit is contained in:
Alan Krueger
2011-12-23 12:53:48 -06:00
parent 12a1a70d39
commit 4d6f4c7a94
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'