Package org.gradle.platform.base
Interface DependencySpecBuilder
- All Known Subinterfaces:
ModuleDependencySpecBuilder
,ProjectDependencySpecBuilder
A builder of a
DependencySpec
. Implementations are required to return
immutable dependency specs.-
Method Summary
-
Method Details
-
build
DependencySpec build()Builds a concrete immutableDependencySpec
instance.- Returns:
- an immutable dependency specification
-