Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for stablePaths (0.14 sec)

  1. platforms/jvm/jvm-services/src/test/groovy/org/gradle/jvm/toolchain/internal/AutoInstalledInstallationSupplierTest.groovy

            then:
            directoriesAsStablePaths(directories) == stablePaths([jdk.absolutePath])
            directories*.source == ["Auto-provisioned by Gradle"]
        }
    
    
        def directoriesAsStablePaths(Set<InstallationLocation> actualDirectories) {
            actualDirectories*.location.absolutePath.sort()
        }
    
        def stablePaths(List<String> expectedPaths) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 11 23:01:05 UTC 2024
    - 4.7K bytes
    - Viewed (0)
Back to top