Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for updateMatches (0.19 sec)

  1. testing/integ-test/src/integTest/groovy/org/gradle/integtests/CacheProjectIntegrationTest.groovy

            repo.module("commons-io", "commons-io", "1.4").publish().allowAll()
            repo.module("commons-lang", "commons-lang", "2.6").publish().allowAll()
    
            server.start()
        }
    
        private void updateCaches() {
            String version = GradleVersion.current().version
            classPathClassesDir = userHomeDir.file("caches/$version/groovy-dsl").listFiles().find { it.file("classes/cp_proj").isDirectory() }?.file("classes/cp_proj")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 7.3K bytes
    - Viewed (0)
Back to top