Skip to content

Commit cb69d89

Browse files
author
Pratik Das
committed
updated build-all
1 parent 88f18e1 commit cb69d89

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build-all.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ if [[ "$MODULE" == "module5" ]]
8686
then
8787
# ADD NEW MODULES HERE
8888
# (add new modules above the rest so you get quicker feedback if it fails)
89+
build maven_module "aws/aws-dynamodb"
8990
build_maven_module "aws/springcloudrds"
9091
build_maven_module "aws/springcloudsqs"
9192
build_maven_module "spring-boot/spring-boot-logging-2"
@@ -183,4 +184,4 @@ then
183184
echo "+++"
184185
echo "+++ MODULE 4 SUCCESSFUL"
185186
echo "+++"
186-
fi
187+
fi

0 commit comments

Comments
 (0)