Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

A PoC I made for a requirement of implementing Clean Architecture with Gradle in the most modular way possible.

Notifications You must be signed in to change notification settings

bagnascojhoel/poc-gradle-with-jpms

Repository files navigation

Gradle Java Modules

  • Modules are defined using JPMS and Gradle SourceSets;
  • More powerful module isolation;
  • Need to specify dependencies "twice", once on Gradle and another on the module-info;
  • May be annoying since if the module does not have a dependency declared it won't even suggest completion;
  • Single Gradle project;

About

A PoC I made for a requirement of implementing Clean Architecture with Gradle in the most modular way possible.

Topics

Resources

Stars

Watchers

Forks

Languages