Interface ApplicationBinarySpec

All Superinterfaces:
Binary, BinarySpec, Buildable, BuildableComponentSpec, CheckableComponentSpec, ComponentSpec, ModelElement, Named
All Known Subinterfaces:
NativeExecutableBinarySpec

@Incubating @Deprecated public interface ApplicationBinarySpec 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 `ApplicationSpec`.
  • Method Details

    • getApplication

      ApplicationSpec getApplication()
      Deprecated.
      The application that this binary belongs to.