Uses of Class
org.springframework.boot.gradle.tasks.bundling.LayeredSpec.DependenciesSpec
Package
Description
Support for creating executable jars and wars.
-
Uses of LayeredSpec.DependenciesSpec in org.springframework.boot.gradle.tasks.bundling
Modifier and TypeMethodDescriptionLayeredSpec.getDependencies()
Returns theLayeredSpec.DependenciesSpec
that controls the layers to which dependencies belong.Modifier and TypeMethodDescriptionvoid
LayeredSpec.setDependencies
(LayeredSpec.DependenciesSpec spec) Sets theLayeredSpec.DependenciesSpec
that controls the layers to which dependencies belong.Modifier and TypeMethodDescriptionvoid
LayeredSpec.dependencies
(Action<LayeredSpec.DependenciesSpec> action) Customizes theLayeredSpec.DependenciesSpec
using the givenaction
.