Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for deleteMin (0.26 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/suppliers/DynamicRevisionRemoteResolveWithMetadataSupplierIntegrationTest.groovy

            // bust the artifact cache because we don't want to fall into the smart behavior
            // of reusing metadata from cache for a different repository
            getUserHomeCacheDir().file(CacheLayout.MODULES.getKey()).deleteDir()
            resetExpectations()
            // Changing the host makes Gradle consider that the 2 repositories are distinct
            buildFile.text = buildFile.text.replaceAll("(?m)http://localhost", "http://127.0.0.1")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 11:46:17 UTC 2024
    - 49K bytes
    - Viewed (0)
  2. subprojects/core/src/integTest/groovy/org/gradle/api/tasks/CopyTaskIntegrationSpec.groovy

                    ${mutation}
                    from "src.txt"
                    into "destination"
                }
            """
    
            withBuildCache().run "copy"
            file("destination").deleteDir()
    
            when:
            withBuildCache().run "copy"
    
            then:
            noneSkipped()
    
            where:
            description                 | mutation
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 03 15:21:23 UTC 2024
    - 67.9K bytes
    - Viewed (0)
Back to top