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.
23.98k stars 4.7k forks source link

Update settings.gradle #2040

Open satyamdev564 opened 1 year ago

satyamdev564 commented 1 year ago

When I cloned this repo, the gradle is not able to build and gives an error that 'did not find the the module hystrix' due to case sensitivity.

Changing that to match the repo name.