From f124c689b5200792feb89f2c04f8d6b86d9de9bd Mon Sep 17 00:00:00 2001 From: Hardik Singh Behl Date: Tue, 16 Jul 2024 16:10:38 +0530 Subject: [PATCH] update build-all.sh --- build-all.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build-all.sh b/build-all.sh index 3c7e0395..a56a1bbd 100755 --- a/build-all.sh +++ b/build-all.sh @@ -87,6 +87,7 @@ if [[ "$MODULE" == "module7" ]] then # ADD NEW MODULES HERE # (add new modules above the rest so you get quicker feedback if it fails) + build maven_module "aws/eventbridge-scheduler" build maven_module "aws/spring-cloud-aws-s3" build maven_module "aws/spring-cloud-sns-sqs-pubsub" build maven_module "apache-http-client"