forked from galaxy-raiders/galaxy-raiders-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Gradle plugin to generate uber JAR
Add Jon Regelmnan's Gradle plugin [shadow][1] to introduce the task `shadowJar` that will generate an [uber JAR][2] that contains all dependencies required to run the application. [Configure shadow][3] to create a JAR file named `galaxy-raiders.jar`. Update the README.md to use a lighter container (Eclipse Temujin rather than Gradle) to run the project in production mode. [1]: https://github.com/johnrengelman/shadow [2]: https://stackoverflow.com/questions/11947037/what-is-an-uber-jar [3]: https://imperceptiblethoughts.com/shadow/configuration/#configuring-output-name
- Loading branch information
Showing
2 changed files
with
21 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters