Skip to content

Commit ce4ad5e

Browse files
author
Pratik Das
committed
added readme and buildall
1 parent 2283fee commit ce4ad5e

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

build-all.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ if [[ "$MODULE" == "module6" ]]
8686
then
8787
# ADD NEW MODULES HERE
8888
# (add new modules above the rest so you get quicker feedback if it fails)
89+
build maven_module "java-hashes"
8990
build maven_module "http-clients"
9091
build maven_module "spring-boot/spring-boot-i18n"
9192
build_maven_module "testing/assertJ"

java-hashes/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Related Blog Posts
2+
3+
* [Creating Hashes in Java](https://reflectoring.io/creating-hashes-in-java/)

0 commit comments

Comments
 (0)