Find out how to use Gradle to build Java 6-8 libraries that support JPMS (Java Platform Module System) by providing Java 9 module-info.class. EDIT (May 4, 2019): TL;DR → Use Gradle Modules Plugin for that. Introduction If you need introduction to JPMS itself, check out this nice overview. This post […]