Netflix / Hystrix

Hystrix is a latency and fault tolerance library designed to isolate points of access to remote systems, services and 3rd party libraries, stop cascading failure and enable resilience in complex distributed systems where failure is inevitable.
24.07k stars 4.7k forks source link

Unable get the Hystrix version 1.5.13 #1804

Open haribabuscb opened 6 years ago

haribabuscb commented 6 years ago

I am trying to build the Hystrix version 1.5.13. When I downloaded as a zip file its giving me an error (refer below) while building and, I tried getting the sources through git clone and git checkout of specific tag and build is through but output always 1.60.-SNAPSHOT.jar.

I tried debugging and found that Hystrix build is looking for .git folder and its not available when I downloaded as a zip so its giving error but clone and checkout tag is always giving 1.6.0 version eventhough sources is 1.5.13. It seems strange. Could you please someone help me on getting right one.

chutian52 commented 6 years ago

Trying to change version and build again

plugins {
    id 'nebula.netflixoss' version '5.1.0'
    id 'me.champeau.gradle.jmh' version '0.3.1'
    id 'net.saliman.cobertura' version '2.2.8'
}