| Package | Description |
|---|---|
| org.springframework.boot.gradle.tasks.bundling |
Support for creating executable jars and wars.
|
| Modifier and Type | Method and Description |
|---|---|
LayeredSpec |
BootJar.getLayered()
Returns the spec that describes the layers in a layerd jar.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BootJar.layered(org.gradle.api.Action<LayeredSpec> action)
Configures the jar to be layered, customizing the layers using the given
action. |