Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for v20210114 (0.19 sec)

  1. subprojects/distributions-dependencies/build.gradle.kts

    val spockVersion = if (isBundleGroovy4) "2.3-groovy-4.0" else "2.3-groovy-3.0"
    val tomljVersion = "1.0.0"
    
    // test only
    val archunitVersion = "1.2.0"
    val bytebuddyVersion = "1.10.20"
    val jettyVersion = "9.4.36.v20210114"
    val sshdVersion = "2.12.1"
    
    // For the junit-bom
    javaPlatform.allowDependencies()
    
    dependencies {
        api(platform("org.junit:junit-bom:${junit5Version}!!"))
    
        constraints {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 19:54:08 UTC 2024
    - 16.5K bytes
    - Viewed (0)
  2. platforms/native/platform-native/src/test/groovy/org/gradle/nativeplatform/toolchain/internal/gcc/metadata/GccMetadataProviderTest.groovy

    Thread model: win32
    Supported LTO compression algorithms: zlib
    gcc version 10-win32 20210110 (GCC)
    COLLECT_GCC_OPTIONS='-dM' '-E' '-v' '-mtune=generic' '-march=x86-64'
     /usr/lib/gcc/x86_64-w64-mingw32/10-win32/cc1 -E -quiet -v -U_REENTRANT - -mtune=generic -march=x86-64 -dM
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jan 16 06:01:47 UTC 2024
    - 18.2K bytes
    - Viewed (0)
  3. cluster/gce/util.sh

        WINDOWS_NODE_IMAGE="windows-server-2019-dc-core-v20210914"
      elif [[ "${WINDOWS_NODE_OS_DISTRIBUTION}" == "win1909" ]]; then
        WINDOWS_NODE_IMAGE="windows-server-1909-dc-core-v20210413"
      elif [[ "${WINDOWS_NODE_OS_DISTRIBUTION}" == "win2004" ]]; then
        WINDOWS_NODE_IMAGE="windows-server-2004-dc-core-v20210914"
      elif [[ "${WINDOWS_NODE_OS_DISTRIBUTION,,}" == "win20h2" ]]; then
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.22.md

    ### Kubernetes release cadence change
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 13 12:43:45 UTC 2022
    - 454.1K bytes
    - Viewed (0)
Back to top