Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for archiveAppendix (0.23 sec)

  1. platforms/documentation/docs/src/docs/userguide/api/kotlin_dsl.adoc

            doLast {
                // Use 'suffix' for post processing of reports
            }
        }
    
        register<Zip>("archiveTestReports") {
            val reportType: String by test.get().extra  // <2>
            archiveAppendix = reportType
            from(test.get().reports.html.destination)
        }
    }
    ----
    <1> Creates a new `reportType` extra property on the `test` task
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 22 20:16:10 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/authoring-builds/gradle-properties/working_with_files.adoc

    You can set each of these properties on the task separately.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 24 04:19:09 UTC 2024
    - 70.5K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_7.adoc

    The deprecated `appendix`, `archiveName`, `archivePath`, `baseName`, `classifier`, `destinationDir`, `extension` and `version` properties of the `AbstractArchiveTask` task type have been removed.
    Use the `archiveAppendix`, `archiveFileName` , `archiveFile`, `archiveBaseName`, `archiveClassifier`, `destinationDirectory`, `archiveExtension` and `archiveVersion` properties instead.
    
    ==== IdeaModule API Cleanup
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 15:00:23 UTC 2024
    - 87.7K bytes
    - Viewed (0)
Back to top