Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setDistributionBase (0.17 sec)

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

        }
    
        /**
         * The distribution base specifies whether the unpacked wrapper distribution should be stored in the project or in
         * the gradle user home dir.
         */
        public void setDistributionBase(PathBase distributionBase) {
            this.distributionBase = distributionBase;
        }
    
        /**
         * Returns the path where the gradle distributions archive should be saved (i.e. the parent dir). The path is
    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