This sub-directory provides sample provides for Maven and Gradle which use the JPMS Attic repository. See each sample README for more information.
-
gradle-platform
: Demonstrates use of the Gradle Platform artifact, which helps enforce JPMS-compatible library versions. -
gradle-quickstart
: Demonstrates use of the Gradle init script to auto-configure Gradle for JPMS Attic integration. -
modular-guava
: Pure-Java project which builds against Guava JPMS with the local repository. -
modular-guava-maven
: Roughly the same project, but builds with the remote repo, athttps://jpms.pkg.st/repository
, with Maven. -
modular-guava-repo
: Same project, but builds with the remote repo, athttps://jpms.pkg.st/repository
.