Interface ProjectDependencySpecBuilder

All Superinterfaces:
DependencySpecBuilder

@Incubating @Deprecated public interface ProjectDependencySpecBuilder extends DependencySpecBuilder
Deprecated.
The Gradle software model is deprecated and will be removed in Gradle 10. Use the new component model (e.g. cpp-application, cpp-library, swift-application, swift-library, xctest) instead.
A builder of a ProjectDependencySpec.
  • Method Details

    • project

      Deprecated.
      Narrows this dependency specification down to a specific project.
      Parameters:
      path - the project path
      Returns:
      this instance
    • library

      Deprecated.
      Narrows this dependency specification down to a specific library.
      Parameters:
      name - the library name
      Returns:
      this instance