fixed the name of archiveBaseName to archivesBaseName

This commit is contained in:
Greg Tam
2014-07-17 15:11:02 -06:00
parent e67a80f694
commit c2624c6c93

View File

@@ -3,7 +3,7 @@ apply plugin: 'maven'
apply plugin: 'eclipse'
group = 'com.googlecode.jedis'
archiveBaseName = 'jedis'
archivesBaseName = 'jedis'
version = '1.5.0'
repositories {