Lee Carverleeca.hashnode.dev·Aug 21, 2023Exploring Java's Module System and Gradle's IntegrationOne of the riddles that arose while trying to use XStream in a modular Java (JPMS) application was the question of what makes a jar into a module. In hindsight, the answer is clear: A jar is a module if it is placed on the JVM’s modulepath. Despite ...83 readsgradle