Uses of Class
org.springframework.boot.gradle.tasks.bundling.LayeredSpec.DependenciesSpec
Packages that use LayeredSpec.DependenciesSpec
Package
Description
Support for creating executable jars and wars.
-
Uses of LayeredSpec.DependenciesSpec in org.springframework.boot.gradle.tasks.bundling
Methods in org.springframework.boot.gradle.tasks.bundling that return LayeredSpec.DependenciesSpecModifier and TypeMethodDescriptionLayeredSpec.getDependencies()Returns theLayeredSpec.DependenciesSpecthat controls the layers to which dependencies belong.Methods in org.springframework.boot.gradle.tasks.bundling with parameters of type LayeredSpec.DependenciesSpecModifier and TypeMethodDescriptionvoidLayeredSpec.setDependencies(LayeredSpec.DependenciesSpec spec) Sets theLayeredSpec.DependenciesSpecthat controls the layers to which dependencies belong.Method parameters in org.springframework.boot.gradle.tasks.bundling with type arguments of type LayeredSpec.DependenciesSpecModifier and TypeMethodDescriptionvoidLayeredSpec.dependencies(Action<LayeredSpec.DependenciesSpec> action) Customizes theLayeredSpec.DependenciesSpecusing the givenaction.