Interface NativeExecutableBinary

All Superinterfaces:
Binary, NativeBinary

@Incubating @Deprecated public interface NativeExecutableBinary extends NativeBinary
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 artifact for a NativeExecutable, targeted at a particular platform with specific configuration.
  • Method Details

    • getExecutableFile

      File getExecutableFile()
      Deprecated.
      The executable file.