| Package | Description |
|---|---|
| org.springframework.boot.gradle.tasks.bundling |
Support for creating executable jars and wars.
|
| Class and Description |
|---|
| BootArchive
A Spring Boot "fat" archive task.
|
| LaunchScriptConfiguration
Encapsulates the configuration of the launch script for an executable jar or war.
|
| LayeredSpec
Encapsulates the configuration for a layered jar.
|
| LayeredSpec.ApplicationSpec
An
LayeredSpec.IntoLayersSpec that controls the layers to which application classes and
resources belong. |
| LayeredSpec.DependenciesSpec
An
LayeredSpec.IntoLayersSpec that controls the layers to which dependencies belong. |
| LayeredSpec.IntoLayerSpec
Spec that controls the content that should be part of a particular layer.
|
| LayeredSpec.IntoLayersSpec
Base class for specs that control the layers to which a category of content should
belong.
|
| ZipCompression
An enumeration of supported compression options for an entry in a ZIP archive.
|