| Package | Description |
|---|---|
| org.springframework.boot.gradle.tasks.bundling |
Support for creating executable jars and wars.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
LayeredSpec.DependenciesIntoLayerSpec
Spec that controls the dependencies that should be part of a particular layer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LayeredSpec.IntoLayersSpec.intoLayer(String layer,
Action<LayeredSpec.IntoLayerSpec> action) |
| Constructor and Description |
|---|
ApplicationSpec(LayeredSpec.IntoLayerSpec... contents)
Creates a new
ApplicationSpec with the given contents. |