Skip to content

stjordanis/gradle-multi-project-example

 
 

Repository files navigation

gradle-multi-project-example

Basic gradle template with subprojects, deployable to Heroku as separate dyno processes.

What's included?

  1. Gradle Plugins
    • application plugin
    • shadowjar plugin
  2. Code Style
    • checkstyle
    • findbugs
    • pmd
  3. General Libraries
    • guava
    • junit
    • mockito
    • log4j2 via slf4j
  4. Multi-Project Gradle Setup
  5. Heroku Deployment

Development

Building

$ ./gradlew clean build

Testing

$ ./gradlew clean test

Building Deployment Artifacts

$ ./gradlew clean stage

Running

Use the Gradle application plugin. However, ./gradlew run will run applications in lexicographical order. Instead, explicitly specify which subproject to run:

$ ./gradlew template-core:run
$ ./gradlew template-server:run

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%