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"