Interface LibraryBinarySpec

All Superinterfaces:
Binary, BinarySpec, Buildable, BuildableComponentSpec, CheckableComponentSpec, ComponentSpec, ModelElement, Named
All Known Subinterfaces:
NativeLibraryBinarySpec, SharedLibraryBinarySpec, StaticLibraryBinarySpec

@Incubating @Deprecated public interface LibraryBinarySpec extends BinarySpec
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 binary produced from a `LibrarySpec`.
  • Method Details

    • getLibrary

      LibrarySpec getLibrary()
      Deprecated.
      The library that this binary belongs to.