Welcome to the series of blog posts describing how Bach.java builds a modular Java project.
โThe tools we use have a profound (and devious!) influence on our thinking habits, and, therefore, on our thinking abilities.โ Edsger W.Dijkstra, 18 June 1975
module-info.java
filejshell https://sormuras.de/bach/build
with a recent JDK (at least 12)/**
* Module Simplicissimus is simple and empty - per definition.
*
* @see <a href="https://github.com/sormuras/bach">Bach.java</a>
*/
module com.github.sormuras.simplicissimus {}
https://github.com/sormuras/simplicissimus