Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 820 for homes (0.07 sec)

  1. platforms/ide/tooling-api/src/main/java/org/gradle/tooling/model/java/JavaRuntime.java

         *
         * @return The Java version. Never returns {@code null}.
         */
        JavaVersion getJavaVersion();
    
        /**
         * The home directory of the Java runtime installation.
         *
         * @return The home directory. Never returns {@code null}.
         * */
        File getJavaHome();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 1.1K bytes
    - Viewed (0)
  2. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r14/ToolingApiInitScriptCrossVersionIntegrationTest.groovy

            buildFile << """
                echo.doLast {
                    println "runtime gradle home: \${gradle.gradleHomeDir}"
                }
            """
    
            when:
            def distro1Output = runWithInstallation(distro1)
    
            then:
            distro1Output.contains "from distro 1"
            distro1Output.contains "runtime gradle home: ${distro1.absolutePath}"
    
            when:
            def distro2Output = runWithInstallation(distro2)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 2.7K bytes
    - Viewed (0)
  3. platforms/extensibility/plugin-development/src/integTest/groovy/org/gradle/plugin/devel/impldeps/ResolvedGeneratedJarsIntegrationTest.groovy

        }
    
        def "gradle api jar is generated only when requested"() {
            setup:
            productionCode()
    
            def version = distribution.version.version
            def generatedJarsDirectory = "user-home/caches/$version/generated-gradle-jars"
    
            when:
            succeeds("help")
    
            then:
            file(generatedJarsDirectory).assertIsEmptyDir()
    
            when:
            succeeds("classes")
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 22:36:52 UTC 2023
    - 3K bytes
    - Viewed (0)
  4. cmd/testdata/config/1.yaml

    version: v1
    address: ':9000'
    console-address: ':9001'
    certs-dir: '/home/user/.minio/certs/'
    pools: # Specify the nodes and drives with pools
      -
            - 'https://server-example-pool1:9000/mnt/disk{1...4}/'
            - 'https://server{1...2}-pool1:9000/mnt/disk{1...4}/'
            - 'https://server3-pool1:9000/mnt/disk{1...4}/'
            - 'https://server4-pool1:9000/mnt/disk{1...4}/'
      -
            - 'https://server-example-pool2:9000/mnt/disk{1...4}/'
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Dec 07 09:33:56 UTC 2023
    - 881 bytes
    - Viewed (0)
  5. testing/internal-performance-testing/src/main/groovy/org/gradle/performance/fixture/MavenInvocationSpec.groovy

            InvocationBuilder mavenVersion(String mavenVersion) {
                this.mavenVersion = mavenVersion
                this
            }
    
            InvocationBuilder mavenHome(File home) {
                this.mavenHome = home
                this
            }
    
            InvocationBuilder workingDirectory(File workingDirectory) {
                this.workingDirectory = workingDirectory
                this
            }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 5.5K bytes
    - Viewed (0)
  6. src/cmd/go/testdata/script/gotoolchain_net.txt

    	# That would not only cause the "downloading go1.20.1" message
    	# to be suppressed, but may spuriously fail:
    	# golang.org/dl/go1.20.1 expects to find its GOROOT in $HOME/sdk,
    	# but the script environment sets HOME=/no-home.
    env PATH=
    env path=
    
    go version
    stderr '^go: downloading go1.20.1 '
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Aug 14 17:16:47 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  7. .teamcity/src/main/kotlin/common/extensions.kt

                checkCleanDirWindows("%teamcity.agent.jvm.user.home%\\.m2\\repository") +
                    checkCleanDirWindows("%teamcity.agent.jvm.user.home%\\.m2\\.gradle-enterprise") +
                    checkCleanDirWindows("%teamcity.agent.jvm.user.home%\\.m2\\.develocity") +
                    checkCleanDirWindows(
                        "%teamcity.agent.jvm.user.home%\\.android",
                        false
                    )
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 03 03:39:03 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  8. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/logging/SampleOutputNormalizer.groovy

    import java.util.regex.Pattern
    
    @CompileStatic
    class SampleOutputNormalizer implements OutputNormalizer {
        private static final String NORMALIZED_SAMPLES_PATH = "/home/user/gradle/samples"
        private static final String NORMALIZED_SAMPLES_FILE_URL = "file:///home/user/gradle/samples/"
    
        @Override
        String normalize(String commandOutput, ExecutionMetadata executionMetadata) {
            // Replace temp sample project dir file paths
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  9. platforms/core-runtime/launcher/src/integTest/groovy/org/gradle/launcher/daemon/SingleUseDaemonIntegrationTest.groovy

        def "forks build with default daemon JVM args when java home from gradle properties does not match current process"() {
            def javaHome = AvailableJavaHomes.differentJdk.javaHome.canonicalFile
    
            file('gradle.properties').writeProperties("org.gradle.java.home": javaHome.path)
    
            file('build.gradle') << """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 25 13:41:21 UTC 2024
    - 7K bytes
    - Viewed (0)
  10. cmd/testdata/config/invalid-types.yaml

    version: v1
    address: ':9000'
    console-address: ':9001'
    certs-dir: '/home/user/.minio/certs/'
    pools: # Specify the nodes and drives with pools
      -
            - '/mnt/disk{1...4}/'
            - 'https://server1-pool1:9000/mnt/disk{1...4}/'
            - 'https://server3-pool1:9000/mnt/disk{1...4}/'
            - 'https://server4-pool1:9000/mnt/disk{1...4}/'
      -
            - 'https://server-example-pool2:9000/mnt/disk{1...4}/'
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Dec 07 09:33:56 UTC 2023
    - 836 bytes
    - Viewed (0)
Back to top