Skip to content

Commit c2624c6

Browse files
committed
fixed the name of archiveBaseName to archivesBaseName
1 parent e67a80f commit c2624c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'maven'
33
apply plugin: 'eclipse'
44

55
group = 'com.googlecode.jedis'
6-
archiveBaseName = 'jedis'
6+
archivesBaseName = 'jedis'
77
version = '1.5.0'
88

99
repositories {

0 commit comments

Comments
 (0)