All Classes and Interfaces
Class
Description
Builds a fat (uber) JAR by merging the project's own output and every runtime
dependency into one archive.
Configures the optional scoping block on
minimize { ... } (see
ShadedJarExtension).Thin Gradle Worker-API wrapper around
SourcePacker: one work item packs
one source (a dependency jar or a classes directory) into a part file.Parameters for packing one source (a dependency jar or a classes directory).
Configures the optional scoping block on a
relocate(from, to) { ... }
rule (see ShadedJarExtension).DSL for the plugin:
Registers the
fatJar task and, when the java plugin is present,
wires it to the project's runtime classpath and main output automatically.