From 451e92ee5eba06cc93a80f4966f1e4dfab199064 Mon Sep 17 00:00:00 2001 From: Pratik Das Date: Mon, 27 Dec 2021 09:28:26 +0530 Subject: [PATCH] edited build-all --- build-all.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build-all.sh b/build-all.sh index db77b17..cc3a20d 100755 --- a/build-all.sh +++ b/build-all.sh @@ -86,6 +86,7 @@ if [[ "$MODULE" == "module6" ]] then # ADD NEW MODULES HERE # (add new modules above the rest so you get quicker feedback if it fails) + build maven_module "spring-boot/resttemplate" build maven_module "java-hashes" build maven_module "http-clients" build maven_module "spring-boot/spring-boot-i18n"