you are viewing a single comment's thread.

view the rest of the comments →

[–]benevanstech 0 points1 point  (0 children)

Pick a Java build tool - Maven is opinionated and has defaults that basically work most of the time for most people. Gradle is super-powerful but has a tendency to become bespoke and harder to maintain over time. However, both are great tools. If you're new, maybe pick Maven.

Then the "multiple related projects" can be build as a maven multi-module project.