Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 724 for runtime (0.04 seconds)

  1. compat/maven-compat/src/test/resources/projects/scope/transitive-runtime-dep.xml

          <scope>test</scope>
        </dependency>
    
        <dependency>
          <groupId>maven-test-runtime</groupId>
          <artifactId>scope-runtime</artifactId>
          <version>1.0</version>
          <scope>runtime</scope>
        </dependency>
    
        <dependency>
          <groupId>maven-test-runtime</groupId>
          <artifactId>scope-compile</artifactId>
          <version>1.0</version>
          <scope>compile</scope>
        </dependency>
    
      </dependencies>
    Created: 2026-04-05 03:35
    - Last Modified: 2024-10-25 12:31
    - 1.7K bytes
    - Click Count (0)
  2. .ci/matrix-runtime-javas.yml

    Mark Vieira <******@****.***> 1618958203 -0700
    Created: 2026-04-08 16:19
    - Last Modified: 2021-04-20 22:36
    - 414 bytes
    - Click Count (0)
  3. .ci/matrix-runtime-javas-fips.yml

    Ioannis Kakavas <******@****.***> 1624557411 +0300
    Created: 2026-04-08 16:19
    - Last Modified: 2021-06-24 17:56
    - 414 bytes
    - Click Count (0)
  4. doc/next/4-runtime.md

    ## Runtime {#runtime}
    
    <!-- CL 742580 -->
    
    Tracebacks for modules with `go` directives configuring Go 1.27 or later will now
    include [runtime/pprof](https://pkg.go.dev/runtime/pprof) goroutine labels in
    the header line. This behavior can be disabled with `GODEBUG=tracebacklabels=0`
    (added in [Go 1.26](/doc/godebug#go-126)). This opt-out is expected to be
    kept indefinitely in case goroutine labels acquire sensitive information that
    Created: 2026-04-07 11:13
    - Last Modified: 2026-03-11 03:06
    - 478 bytes
    - Click Count (0)
  5. doc/initial/4-runtime.md

    ## Runtime {#runtime}...
    Created: 2026-04-07 11:13
    - Last Modified: 2024-01-22 18:07
    - 22 bytes
    - Click Count (0)
  6. build-logic-commons/gradle-plugin/src/main/kotlin/gradlebuild.java-shared-runtime.gradle.kts

        id("gradlebuild.repositories")
        id("gradlebuild.reproducible-archives")
        id("gradlebuild.private-javadoc")
    }
    
    description = "A plugin that sets up a Java code that is shared between build-logic and runtime"
    
    java {
        sourceCompatibility = JavaVersion.VERSION_1_8
        targetCompatibility = JavaVersion.VERSION_1_8
    }
    
    testing {
        suites {
            val test by getting(JvmTestSuite::class) {
    Created: 2026-04-01 11:36
    - Last Modified: 2025-01-22 14:28
    - 699 bytes
    - Click Count (0)
  7. build-logic-commons/gradle-plugin/src/main/kotlin/gradlebuild.kotlin-shared-runtime.gradle.kts

        id("gradlebuild.test-retry")
        id("gradlebuild.ci-reporting")
        id("gradlebuild.private-javadoc")
    }
    
    description = "A plugin that sets up a Kotlin DSL code that is shared between build-logic and runtime"
    
    java {
        sourceCompatibility = JavaVersion.VERSION_1_8
        targetCompatibility = JavaVersion.VERSION_1_8
    }
    
    kotlin {
        compilerOptions {
            allWarningsAsErrors = true
    Created: 2026-04-01 11:36
    - Last Modified: 2025-01-22 14:28
    - 869 bytes
    - Click Count (0)
  8. build-tools-internal/src/main/groovy/elasticsearch.runtime-jdk-provision.gradle

    Mark Vieira <******@****.***> 1632770950 -0700
    Created: 2026-04-08 16:19
    - Last Modified: 2021-09-27 19:29
    - 1.4K bytes
    - Click Count (0)
  9. architecture/runtimes.md

    Not every module contributes to every runtime.
    
    The core-runtime module defines each runtime:
    
    - The target JVM for the runtime. Each runtime has its own JVM compatibility constraints.
    - Some base services that are available to code hosted by the runtime. This varies by runtime.
    - Additional constraints. For example, the CLI client runtimes limit the libraries that are available to the code in that runtime, for performance reasons. 
    Created: 2026-04-01 11:36
    - Last Modified: 2024-05-02 06:42
    - 2.3K bytes
    - Click Count (0)
  10. .idea/gradle.xml

                <option value="$PROJECT_DIR$/platforms/core-runtime/build-operations" />
                <option value="$PROJECT_DIR$/platforms/core-runtime/build-operations-trace" />
                <option value="$PROJECT_DIR$/platforms/core-runtime/build-option" />
                <option value="$PROJECT_DIR$/platforms/core-runtime/build-process-services" />
    Created: 2026-04-01 11:36
    - Last Modified: 2026-03-27 10:18
    - 25.5K bytes
    - Click Count (0)
Back to Top