Skip to content

Commit 4f69387

Browse files
committed
Merge pull request #677 from macgngsta/master
Fixed Gradle build file
2 parents e67a80f + c2624c6 commit 4f69387

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)