Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for integTestRuntimeClasspath (0.21 seconds)

  1. build-logic/integration-testing/src/main/kotlin/gradlebuild.integration-tests.gradle.kts

    }
    
    val sourceSet = sourceSets.create("${TestType.INTEGRATION.prefix}Test")
    jvmCompile {
        addCompilationFrom(sourceSet)
    }
    addDependenciesAndConfigurations(TestType.INTEGRATION.prefix)
    configurations.named("integTestRuntimeClasspath") {
        // The InProcessGradleExecuter and the BuildOperationsFixture currently expect the
        // under-development Gradle distribution to be on the runtime classpath. We should
    Created: Wed Dec 31 11:36:14 GMT 2025
    - Last Modified: Mon Aug 18 16:39:23 GMT 2025
    - 2.4K bytes
    - Click Count (5)
Back to Top