Class NativeInstallationSpec

java.lang.Object
org.gradle.nativeplatform.NativeInstallationSpec

@Incubating @Deprecated public class NativeInstallationSpec extends Object
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.
Specifies the installation location for a native executable.
  • Constructor Details

    • NativeInstallationSpec

      public NativeInstallationSpec()
      Deprecated.
  • Method Details

    • getDirectory

      public File getDirectory()
      Deprecated.
    • setDirectory

      public void setDirectory(File directory)
      Deprecated.