Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 42 of 42 for DirectoryProperty (0.33 sec)

  1. subprojects/core-api/src/main/java/org/gradle/api/Project.java

         * generated into.</p>
         *
         * @param path The build directory
         * @since 4.0
         * @deprecated Use {@code getLayout().getBuildDirectory()} and set the {@link org.gradle.api.file.DirectoryProperty}
         */
        @Deprecated
        void setBuildDir(File path);
    
        /**
         * <p>Sets the build directory of this project. The build directory is the directory which all artifacts are
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 30 04:56:22 UTC 2024
    - 74.3K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/authoring-builds/gradle-properties/working_with_files.adoc

    `archiveFile` — `Provider<RegularFile>`, _read-only_, default: `__destinationDirectory__/__archiveFileName__`::
    The absolute file path of the generated archive.
    
    `destinationDirectory` — `DirectoryProperty`, default: depends on archive type::
    The target directory in which to put the generated archive. By default, JARs and WARs go into `layout.buildDirectory.dir("libs")`. ZIPs and TARs go into `layout.buildDirectory.dir("distributions")`.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 24 04:19:09 UTC 2024
    - 70.5K bytes
    - Viewed (0)
Back to top