From 602df8d20a801833a548d7c89fd476525a56fae4 Mon Sep 17 00:00:00 2001 From: Satyam Date: Sat, 20 May 2023 21:22:40 +0530 Subject: [PATCH] Update settings.gradle 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. --- settings.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle b/settings.gradle index 38c4b1ae3..e5da11d84 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,4 +1,4 @@ -rootProject.name='hystrix' +rootProject.name='Hystrix' include 'hystrix-core', \ 'hystrix-examples', \ 'hystrix-examples-webapp', \