Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. platforms/software/build-init/src/main/java/org/gradle/api/tasks/wrapper/Wrapper.java

        }
    
        /**
         * The archive base specifies whether the unpacked wrapper distribution should be stored in the project or in the
         * gradle user home dir.
         */
        public void setArchiveBase(PathBase archiveBase) {
            this.archiveBase = archiveBase;
        }
    
        /**
         * The network timeout specifies how many ms to wait for when the wrapper is performing network operations, such
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 08 03:11:06 UTC 2024
    - 18.6K bytes
    - Viewed (0)
Back to top