diff --git a/build-all.sh b/build-all.sh index b54e49e..1444368 100755 --- a/build-all.sh +++ b/build-all.sh @@ -87,6 +87,7 @@ then # ADD NEW MODULES HERE # (add new modules above the rest so you get quicker feedback if it fails) build_maven_module "spring-boot/spring-boot-logging-2" + build_maven_module "spring-boot/spring-boot-docker" build_gradle_module "spring-boot/devtools-demo" build_gradle_module "spring-boot/cache" build_gradle_module "spring-boot/bean-lifecycle"