updated build-all

This commit is contained in:
Pratik Das
2021-06-03 12:29:44 +04:00
parent 88f18e1d3d
commit cb69d89ca5

View File

@@ -86,6 +86,7 @@ if [[ "$MODULE" == "module5" ]]
then then
# ADD NEW MODULES HERE # ADD NEW MODULES HERE
# (add new modules above the rest so you get quicker feedback if it fails) # (add new modules above the rest so you get quicker feedback if it fails)
build maven_module "aws/aws-dynamodb"
build_maven_module "aws/springcloudrds" build_maven_module "aws/springcloudrds"
build_maven_module "aws/springcloudsqs" build_maven_module "aws/springcloudsqs"
build_maven_module "spring-boot/spring-boot-logging-2" build_maven_module "spring-boot/spring-boot-logging-2"
@@ -183,4 +184,4 @@ then
echo "+++" echo "+++"
echo "+++ MODULE 4 SUCCESSFUL" echo "+++ MODULE 4 SUCCESSFUL"
echo "+++" echo "+++"
fi fi