Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 11 - 12 of 12 for GoVersion (0.05 seconds)

  1. build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/info/GlobalBuildInfoPlugin.java

                throw new GradleException("Gradle " + minimumGradleVersion.getVersion() + "+ is required");
            }
    
            JavaVersion minimumCompilerVersion = JavaVersion.toVersion(getResourceContents("/minimumCompilerVersion"));
            JavaVersion minimumRuntimeVersion = JavaVersion.toVersion(getResourceContents("/minimumRuntimeVersion"));
    
            File runtimeJavaHome = findRuntimeJavaHome();
    
            File rootDir = project.getRootDir();
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Aug 17 10:02:58 GMT 2021
    - 18.1K bytes
    - Click Count (0)
  2. tensorflow/BUILD

            "@xla//xla/tsl/framework:bfc_allocator",
            "@xla//xla/tsl/framework:metrics",
            "//tensorflow/core/data:captured_function",
        ] + tf_additional_binary_deps(),
        soversion = VERSION,
        static_deps = PACKAGE_STATIC_DEPS,
        visibility = ["//visibility:public"],
    )
    
    # This is intended to be the same as tf_binary_additional_srcs:
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Tue Mar 24 21:00:18 GMT 2026
    - 53.1K bytes
    - Click Count (0)
Back to Top