GitHub - binkley/modern-java-practices: Modern Java/JVM Build Practices
Modern Java/JVM Build Practices
Modern Java/JVM Build Practices is an article-as-repo on building modern
Java/JVM projects using
Gradle and
Maven, and a starter project
for Java.
The focus is best build practices and project hygiene.
This document is agnostic between Gradle and Maven: discussion in each section
covers both tools (alphabetical order, Gradle before Maven).
See My Final Take on Gradle (vs.
Maven) for an opinionated view.
This is not a JVM starter for only Java:
I use it for startin...
Read more at github.com