Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for someZipPath (0.08 sec)

  1. platforms/core-runtime/wrapper-shared/src/test/groovy/org/gradle/wrapper/InstallTest.groovy

            install = new Install(new Logger(true), download, pathAssembler)
        }
    
        private void initConfiguration() {
            configuration.zipBase = PathAssembler.PROJECT_STRING
            configuration.zipPath = 'someZipPath'
            configuration.distributionBase = PathAssembler.GRADLE_USER_HOME_STRING
            configuration.distributionPath = 'someDistPath'
            configuration.distribution = new URI("http://server/$zipFileName")
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:12:34 UTC 2023
    - 9.8K bytes
    - Viewed (0)
Back to top