Skip to content

Commit a481a48

Browse files
committed
thread dump example
1 parent 3be0e85 commit a481a48

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build-all.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ fi
163163

164164
if [[ "$MODULE" == "module4" ]]
165165
then
166+
build_maven_module "core-java/threaddump"
166167
build_gradle_module "spring-boot/mocking"
167168
build_gradle_module "spring-boot/modular"
168169
build_gradle_module "spring-boot/paging"
@@ -181,4 +182,4 @@ then
181182
echo "+++"
182183
echo "+++ MODULE 4 SUCCESSFUL"
183184
echo "+++"
184-
fi
185+
fi

0 commit comments

Comments
 (0)