From bcd975e02f985febc1a6996f4a6a3eb473266988 Mon Sep 17 00:00:00 2001 From: Pratik Das Date: Thu, 13 May 2021 16:08:18 +0400 Subject: [PATCH] added rds code --- build-all.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build-all.sh b/build-all.sh index df93a8c..ef968e7 100755 --- a/build-all.sh +++ b/build-all.sh @@ -86,6 +86,7 @@ if [[ "$MODULE" == "module5" ]] then # ADD NEW MODULES HERE # (add new modules above the rest so you get quicker feedback if it fails) + build_maven_module "aws/springcloudrds" build_maven_module "aws/springcloudsqs" build_maven_module "spring-boot/spring-boot-logging-2" build_gradle_module "spring-boot/devtools-demo"