Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for 0_202 (0.07 sec)

  1. platforms/jvm/toolchains-jvm/src/test/groovy/org/gradle/jvm/toolchain/internal/ShowToolchainsTaskTest.groovy

        def "reports toolchains in right order"() {
            given:
            defineJdks(
                jdk("14", "+2", "14"),
                jdk("15-ea", "+2", "15"),
                jdk("9", "+2", "15"),
                jdk("1.8.0_202", "-b01", "1.8.0_202"),
                jdk("1.8.0_404", "-b01", "1.8.0_404")
            )
            toolchainConfiguration.isAutoDetectEnabled() >> true
            toolchainConfiguration.isDownloadEnabled() >> true
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 10 18:03:55 UTC 2024
    - 11.3K bytes
    - Viewed (0)
  2. platforms/jvm/normalization-java/src/test/groovy/org/gradle/api/internal/changedetection/state/MetaInfAwareClasspathResourceHasherTest.groovy

                "Created-By": "1.8.0_232-b18 (Azul Systems, Inc.)",
                "${Attributes.Name.IMPLEMENTATION_VERSION}": "1.0",
    
                "org/gradle/api": [
                    "Created-By": "1.8.0_232-b18 (Azul Systems, Inc.)",
                ],
                "org/gradle/base": [
                    "Created-By": "1.8.0_232-b18 (Azul Systems, Inc.)",
                ]
            ]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 15:09:49 UTC 2023
    - 16.9K bytes
    - Viewed (0)
  3. platforms/jvm/normalization-java/src/test/groovy/org/gradle/api/internal/changedetection/state/PropertiesFileAwareClasspathResourceHasherTest.groovy

            def propertiesEntry1 = contextFor(context, 'some/path/to/foo.properties', ["created-by": "1.8.0_232-b18 (Azul Systems, Inc.)"])
            def propertiesEntry2 = contextFor(context, 'some/path/to/bar.properties', ["created-by": "1.8.0_232-b18 (Azul Systems, Inc.)"])
            def propertiesEntry3 = contextFor(context, 'some/other/path/to/fuzz.properties', ["created-by": "1.8.0_232-b18 (Azul Systems, Inc.)"])
    
            def hash1 = unfilteredHasher.hash(propertiesEntry1)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 15.6K bytes
    - Viewed (0)
  4. platforms/jvm/toolchains-jvm/src/test/groovy/org/gradle/jvm/toolchain/internal/JavaToolchainQueryServiceTest.groovy

        @Issue("https://github.com/gradle/gradle/issues/17195")
        def "uses most recent version of multiple matches if version has a legacy format"() {
            given:
            def queryService = setupInstallations(["1.8.0_282", "1.8.0_292"])
            def versionToFind = JavaLanguageVersion.of(8)
    
            when:
            def filter = createSpec()
            filter.languageVersion.set(versionToFind)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 18 22:46:10 UTC 2024
    - 19K bytes
    - Viewed (0)
  5. platforms/core-runtime/base-services/src/test/groovy/org/gradle/internal/jvm/JvmTest.groovy

            jvm.standaloneJre == jreDir
            jvm.jre == jvm.standaloneJre
    
            where:
            version    | jreDirName    | jdkDirName
            '1.6.0'    | 'jre6'        | 'jdk1.6.0'
            '1.5.0_22' | 'jre1.5.0_22' | 'jdk1.5.0_22'
        }
    
        def "locates JDK and JRE installs for a typical Java 8 JDK installation on Windows"() {
            given:
            TestFile software = tmpDir.createDir('software')
            software.create {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 24 00:09:57 UTC 2024
    - 15.4K bytes
    - Viewed (0)
  6. src/regexp/testdata/re2-search.txt

    -;-;-;-
    0-4;0-4;0-4;0-4
    "(?:(?i)[A-Z]+)$"
    -;-;-;-
    0-4;0-4;0-4;0-4
    strings
    ""
    "Aa\\"
    regexps
    "(?i)[^\\\\]+"
    -;-;-;-
    -;0-2;-;0-2
    "^(?:(?i)[^\\\\]+)$"
    -;-;-;-
    -;-;-;-
    "^(?:(?i)[^\\\\]+)"
    -;-;-;-
    -;0-2;-;0-2
    "(?:(?i)[^\\\\]+)$"
    -;-;-;-
    -;-;-;-
    strings
    ""
    "acegikmoqsuwyACEGIKMOQSUWY"
    regexps
    "(?i)[acegikmoqsuwy]+"
    -;-;-;-
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 13 14:52:20 UTC 2021
    - 42.4K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/test/resources/org/gradle/api/internal/artifacts/ivyservice/modulecache/ModuleMetadataSerializerTest/pom/junit-4.12.pom

                        <token>@version@</token>
                        <value>${project.version}</value>
                    </configuration>
                </plugin>
                <plugin><!-- Using jdk 1.5.0_22, package-info.java files are compiled correctly. -->
                    <!--
                    java compiler plugin forked in extra process
                    -->
                    <artifactId>maven-compiler-plugin</artifactId>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 23.1K bytes
    - Viewed (0)
  8. maven-core/src/test/resources/apiv4-repo/junit/junit/4.13.1/junit-4.13.1.pom

                        <token>@version@</token>
                        <value>${project.version}</value>
                    </configuration>
                </plugin>
                <plugin><!-- Using jdk 1.5.0_22, package-info.java files are compiled correctly. -->
                    <!--
                    java compiler plugin forked in extra process
                    -->
                    <artifactId>maven-compiler-plugin</artifactId>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Dec 19 19:08:55 UTC 2023
    - 24.5K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/jvm/toolchains.adoc

    ```
    
    .Output of **`gradle -q javaToolchains`**
    ----
    > gradle -q javaToolchains
    
     + Options
         | Auto-detection:     Enabled
         | Auto-download:      Enabled
    
     + AdoptOpenJDK 1.8.0_242
         | Location:           /Users/username/myJavaInstalls/8.0.242.hs-adpt/jre
         | Language Version:   8
         | Vendor:             AdoptOpenJDK
         | Architecture:       x86_64
         | Is JDK:             false
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 26 05:37:54 UTC 2024
    - 24.8K bytes
    - Viewed (0)
  10. src/internal/poll/fd_windows.go

    // It is called from the net package at init time to avoid
    // loading ws2_32.dll when net is not used.
    var InitWSA = sync.OnceFunc(func() {
    	var d syscall.WSAData
    	e := syscall.WSAStartup(uint32(0x202), &d)
    	if e != nil {
    		initErr = e
    	}
    	checkSetFileCompletionNotificationModes()
    })
    
    // operation contains superset of data necessary to perform all async IO.
    type operation struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 31 16:50:42 UTC 2024
    - 34.1K bytes
    - Viewed (0)
Back to top