Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for moveDirectoryToDirectory (0.24 sec)

  1. testing/internal-performance-testing/src/main/groovy/org/gradle/performance/fixture/MavenInstallationDownloader.groovy

            ant.unzip(src: binArchive, dest: target)
            mavenInstallDirectory(target, mavenVersion)
        }
    
        private File moveToInstallsRoot(File tmpHome) {
            FileUtils.moveDirectoryToDirectory(tmpHome, installsRoot, true)
            def home = new File(installsRoot, tmpHome.getName())
            if (!OperatingSystem.current().isWindows()) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 4.9K bytes
    - Viewed (0)
Back to top