We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88f18e1 commit cb69d89Copy full SHA for cb69d89
build-all.sh
@@ -86,6 +86,7 @@ if [[ "$MODULE" == "module5" ]]
86
then
87
# ADD NEW MODULES HERE
88
# (add new modules above the rest so you get quicker feedback if it fails)
89
+ build maven_module "aws/aws-dynamodb"
90
build_maven_module "aws/springcloudrds"
91
build_maven_module "aws/springcloudsqs"
92
build_maven_module "spring-boot/spring-boot-logging-2"
@@ -183,4 +184,4 @@ then
183
184
echo "+++"
185
echo "+++ MODULE 4 SUCCESSFUL"
186
-fi
187
+fi
0 commit comments