Interface StaticLibraryBinary

All Superinterfaces:
Binary, NativeBinary, NativeLibraryBinary
All Known Subinterfaces:
PrebuiltStaticLibraryBinary

@Incubating @Deprecated public interface StaticLibraryBinary extends NativeLibraryBinary
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 NativeLibrary that has been compiled and archived into a static library.
  • Method Details

    • getStaticLibraryFile

      File getStaticLibraryFile()
      Deprecated.
      The static library file.