Package | Description |
---|---|
org.springframework.boot.gradle.tasks.bundling |
Support for creating executable jars and wars.
|
Modifier and Type | Method and Description |
---|---|
LayeredSpec.ApplicationSpec |
LayeredSpec.getApplication()
Returns the
LayeredSpec.ApplicationSpec that controls the layers to which application
classes and resources belong. |
Modifier and Type | Method and Description |
---|---|
void |
LayeredSpec.setApplication(LayeredSpec.ApplicationSpec spec)
Sets the
LayeredSpec.ApplicationSpec that controls the layers to which application
classes are resources belong. |
Modifier and Type | Method and Description |
---|---|
void |
LayeredSpec.application(Action<LayeredSpec.ApplicationSpec> action)
Customizes the
LayeredSpec.ApplicationSpec using the given action . |