Create a Fat JAR with Gradle

From NovaOrdis Knowledge Base
Revision as of 00:01, 8 March 2019 by Ovidiu (talk | contribs)
Jump to navigation Jump to search

External

Internal

Overview

A "fat" JAR, or an uber-JAR, is a self-sufficient archive which contains both classes and dependencies needed to run an application. The Gradle Java plugin creates "thin" JARs.