From a5455521df92211cb94c04fb0729b3ce3bc92749 Mon Sep 17 00:00:00 2001 From: Pratik Das Date: Fri, 29 Apr 2022 21:11:59 +0530 Subject: [PATCH] added code --- build-all.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build-all.sh b/build-all.sh index 57e81aa..4a4ad60 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 "core-java/streams/data-streams" build maven_module "aws/kinesis" build maven_module "aws/sqs" build_maven_module "core-java/annotation-processing/introduction-to-annotations"