This commit is contained in:
Pratik Das
2022-01-04 15:53:57 +05:30
parent 5f16d8b6e4
commit 4f7a266d5b
2 changed files with 2 additions and 1 deletions

View File

@@ -86,6 +86,7 @@ if [[ "$MODULE" == "module6" ]]
then
# ADD NEW MODULES HERE
# (add new modules above the rest so you get quicker feedback if it fails)
build maven_module "core-java/collectionops"
build maven_module "spring-boot/resttemplate"
build_maven_module "spring-cloud/tracing"
build_maven_module "core-java/versions"

View File

@@ -1,3 +1,3 @@
# Related Blog Posts
* [How to do heap dump analysis](https://reflectoring.io/create-analyze-heapdump/)
* [Logical Operations Between Java Collections](https://reflectoring.io/logical-ops-on-java-collections/)