Hi @MichaelDrogalis
I applied your comment on error message. I also noticed circleCI build failed on merging #29 as it explicitly specified dev profile. dev is included in default profile, and I overrode default profile to also include :datomic-peer profile that brings peer jar. I hope it fixes the build issue.
Please have someone else review and consider to merge if it looks good.
I'm going to explore the option to run a CI inside of my dev datomic cloud VPC.
This time I created this PR from my dev branch so it has multiple commits I made while development. Please squash them on merging the PR if you prefer.
Hi @MichaelDrogalis I applied your comment on error message. I also noticed circleCI build failed on merging #29 as it explicitly specified
dev
profile.dev
is included indefault
profile, and I overrodedefault
profile to also include:datomic-peer
profile that brings peer jar. I hope it fixes the build issue.Please have someone else review and consider to merge if it looks good. I'm going to explore the option to run a CI inside of my dev datomic cloud VPC.
This time I created this PR from my dev branch so it has multiple commits I made while development. Please squash them on merging the PR if you prefer.
Thanks,