Class LayeredSpec.DependenciesSpec

java.lang.Object
org.springframework.boot.gradle.tasks.bundling.LayeredSpec.IntoLayersSpec
org.springframework.boot.gradle.tasks.bundling.LayeredSpec.DependenciesSpec
All Implemented Interfaces:
Serializable
Enclosing class:
LayeredSpec

public static class LayeredSpec.DependenciesSpec extends LayeredSpec.IntoLayersSpec implements Serializable
An LayeredSpec.IntoLayersSpec that controls the layers to which dependencies belong.
See Also:
  • Constructor Details

    • DependenciesSpec

      @Inject public DependenciesSpec()
    • DependenciesSpec

      public DependenciesSpec(LayeredSpec.DependenciesIntoLayerSpec... contents)
      Creates a new DependenciesSpec with the given contents.
      Parameters:
      contents - specs for the layers in which dependencies should be included