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:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -7,3 +7,4 @@
|
|||||||
.gradle/
|
.gradle/
|
||||||
target/
|
target/
|
||||||
build/
|
build/
|
||||||
|
bin/
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
apply plugin: 'java'
|
apply plugin: 'java'
|
||||||
apply plugin: 'maven'
|
apply plugin: 'maven'
|
||||||
|
apply plugin: 'eclipse'
|
||||||
|
|
||||||
group = 'com.googlecode.jedis'
|
group = 'com.googlecode.jedis'
|
||||||
archiveBaseName = 'jedis'
|
archiveBaseName = 'jedis'
|
||||||
|
|||||||
Reference in New Issue
Block a user