Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for testCompileClasspath (0.2 sec)

  1. build-logic/integration-testing/src/main/kotlin/gradlebuild/integrationtests/shared-configuration.kt

                if (platformImplementation != null) {
                    extendsFrom(platformImplementation)
                }
            }
            if (platformImplementation != null) {
                getByName("${prefix}TestCompileClasspath") {
                    extendsFrom(getByName("platformImplementation"))
                }
            }
    
            resolver("${prefix}TestDistributionRuntimeClasspath", "gradle-bin-installation", distributionRuntimeOnly)
    Plain Text
    - Registered: Wed Mar 27 11:36:08 GMT 2024
    - Last Modified: Mon Feb 12 13:19:06 GMT 2024
    - 11.7K bytes
    - Viewed (0)
  2. build-logic/jvm/src/main/kotlin/gradlebuild.unittest-and-compile.gradle.kts

            configurations["compileClasspath"].extendsFrom(platformImplementation)
            configurations["runtimeClasspath"].extendsFrom(platformImplementation)
            configurations["testCompileClasspath"].extendsFrom(platformImplementation)
            configurations["testRuntimeClasspath"].extendsFrom(platformImplementation)
            platformImplementation.withDependencies {
    Plain Text
    - Registered: Wed Mar 27 11:36:08 GMT 2024
    - Last Modified: Wed Jan 17 13:36:27 GMT 2024
    - 15.7K bytes
    - Viewed (0)
Back to top