Uses of Class
org.springframework.boot.gradle.tasks.bundling.LayeredSpec
Package
Description
Support for creating executable jars and wars.
-
Uses of LayeredSpec in org.springframework.boot.gradle.tasks.bundling
Modifier and TypeMethodDescriptionBootJar.getLayered()
Returns the spec that describes the layers in a layered jar.BootWar.getLayered()
Returns the spec that describes the layers in a layered jar.Modifier and TypeMethodDescriptionvoid
BootJar.layered
(org.gradle.api.Action<LayeredSpec> action) Configures the jar's layering using the givenaction
.void
BootWar.layered
(org.gradle.api.Action<LayeredSpec> action) Configures the war's layering using the givenaction
.