WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

java9-modularity/gradle-modules-plugin-example

Repository files navigation

Example project using the Gradle Modules Plugin

This is a small multi module example project that uses the Gradle Modules Plugin. It demonstrates the folling:

  • Building a project with multiple modules (all modules have a module-info.java
  • Running blackbox module tests (the greeter.provider.test)
  • Services (greeter.provider)
  • Using the application plugin to run from Gradle, and build distributions. (See build.gradle in the greeter.runner module)

About

Example project using the Gradle Modules Plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages