Skip to content

Commit a6c5ab4

Browse files
committed
Add module to build script
1 parent c28b2d4 commit a6c5ab4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build-all.sh

Lines changed: 1 addition & 0 deletions
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_gradle_module "aws/s3"
8990
build_maven_module "graphql"
9091
build_gradle_module "spring-boot/exception-handling"
9192
build_maven_module "spring-boot/spring-boot-elasticsearch"

0 commit comments

Comments
 (0)