Add module to build script

This commit is contained in:
jgoerner
2021-02-07 00:49:30 +01:00
parent c28b2d4a73
commit a6c5ab4cd7

View File

@@ -86,6 +86,7 @@ if [[ "$MODULE" == "module5" ]]
then
# ADD NEW MODULES HERE
# (add new modules above the rest so you get quicker feedback if it fails)
build_gradle_module "aws/s3"
build_maven_module "graphql"
build_gradle_module "spring-boot/exception-handling"
build_maven_module "spring-boot/spring-boot-elasticsearch"