Skip to content

Commit

Permalink
fix hz version
Browse files Browse the repository at this point in the history
  • Loading branch information
bitsofinfo committed Jul 26, 2016
1 parent a041ec2 commit ea02f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ targetCompatibility = 1.6

dependencies {

compile group: 'com.hazelcast', name: 'hazelcast', version:'3.6.4'
compile group: 'com.hazelcast', name: 'hazelcast', version:'3.6+'

This comment has been minimized.

Copy link
@jacohend

jacohend Oct 18, 2016

@bitsofinfo I think this broke maven imports. It's trying to read from this repo URI: hazelcast/3.6+/hazelcast-3.6+.pom

Maven directories are version-specific- putting "3.6+" at the end of a maven repo URL will cause it to throw a 404.

This comment has been minimized.

Copy link
@bitsofinfo

bitsofinfo Oct 18, 2016

Author Owner

First I've heard of this being an issue, please submit a PR if you'd like. I can't look at this right now. Thanks for the report!

This comment has been minimized.

Copy link
@bmudda

bmudda Oct 31, 2016

Collaborator

@jacohend I built the package with
compile group: 'com.hazelcast', name: 'hazelcast', version:'3.6+' and compile group: 'com.hazelcast', name: 'hazelcast', version:'3.6.+' in build.gradle dependencies after clearing ~/.gradle/caches/ in both instances. Each time, ./gradlew build was successful fetching the latest Hazelcast 3.6.x which is 3.6.6

Download https://jcenter.bintray.com/com/hazelcast/hazelcast/3.6.6/hazelcast-3.6.6.pom
Download https://jcenter.bintray.com/com/hazelcast/hazelcast-root/3.6.6/hazelcast-root-3.6.6.pom

Can you please try this again? It is working for me without a problem.

This comment has been minimized.

Copy link
@bitsofinfo

bitsofinfo Oct 31, 2016

Author Owner

@jacohend if you reply, please open it as an issue so we are not tracking it in the comments on this commit log

compile group: 'com.orbitz.consul', name: 'consul-client', version:'0.12.5'

// for consul-client
Expand Down

0 comments on commit ea02f56

Please sign in to comment.