Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getArchiveVersion (0.14 sec)

  1. subprojects/core/src/main/java/org/gradle/api/tasks/bundling/AbstractArchiveTask.java

         *
         * @return the version. Internal property may be null.
         * @since 5.1
         */
        @Internal("Represented as part of archiveFile")
        public Property<String> getArchiveVersion() {
            return archiveVersion;
        }
    
        /**
         * Returns the extension part of the archive name.
         *
         * @since 5.1
         */
        @Internal("Represented as part of archiveFile")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 17 20:38:33 UTC 2022
    - 12.6K bytes
    - Viewed (0)
Back to top