Skip to content

Commit

Permalink
add Eclipse support
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanKrueger committed Dec 23, 2011
1 parent 12a1a70 commit 4d6f4c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
.gradle/
target/
build/
bin/
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
apply plugin: 'java'
apply plugin: 'maven'
apply plugin: 'eclipse'

group = 'com.googlecode.jedis'
archiveBaseName = 'jedis'
Expand Down

0 comments on commit 4d6f4c7

Please sign in to comment.