Uses of Class
org.springframework.boot.gradle.tasks.bundling.LayeredSpec.IntoLayerSpec
Package
Description
Support for creating executable jars and wars.
-
Uses of LayeredSpec.IntoLayerSpec in org.springframework.boot.gradle.tasks.bundling
Modifier and TypeClassDescriptionstatic class
Base class for specs that control the layers to which a category of content should belong.Modifier and TypeClassDescriptionstatic class
Spec that controls the dependencies that should be part of a particular layer.ModifierConstructorDescriptionApplicationSpec
(LayeredSpec.IntoLayerSpec... contents) Creates a newApplicationSpec
with the givencontents
.