Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for forkingIntegTest (0.47 sec)

  1. testing/distributions-integ-tests/build.gradle.kts

        integTestDocsDistribution(project(":distributions-full"))
        integTestSrcDistribution(project(":distributions-full"))
    
        integTestDistributionRuntimeOnly(project(":distributions-full"))
    }
    
    tasks.forkingIntegTest {
        systemProperty("gradleBuildBranch", buildBranch.get())
        systemProperty("gradleBuildCommitId", buildCommitId.get())
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 1K bytes
    - Viewed (0)
  2. build-logic/uber-plugins/src/main/kotlin/gradlebuild.ci-lifecycle.gradle.kts

    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Dec 26 17:16:23 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  3. platforms/core-configuration/kotlin-dsl-integ-tests/src/integTest/kotlin/org/gradle/kotlin/dsl/integration/PrecompiledScriptPluginAccessorsIntegrationTest.kt

                            id("org.gradle.kotlin.kotlin-dsl")
                        }
    
                        // Forces dependencies to be visible as jars
                        // to reproduce the failure that happens in forkingIntegTest.
                        // Incidentally, this also allows us to write `stable-producer-plugin`
                        // in the plugins block below instead of id("stable-producer-plugin").
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 07:16:19 UTC 2023
    - 8.6K bytes
    - Viewed (0)
Back to top