- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for testRuntimeClasspath (0.07 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
build-logic/integration-testing/src/main/kotlin/gradlebuild/integrationtests/shared-configuration.kt
val srcDistribution = bucket("${prefix}TestSrcDistribution", "Declare a src distribution to be used by tests - useful for testing the final distribution that is published") getByName("${prefix}TestRuntimeClasspath") { if (platformImplementation != null) { extendsFrom(platformImplementation) } } if (platformImplementation != null) {
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Mon Aug 18 16:39:23 GMT 2025 - 12.8K bytes - Click Count (0) -
build-logic/jvm/src/main/kotlin/gradlebuild.unittest-and-compile.gradle.kts
configurations["runtimeClasspath"].extendsFrom(platformImplementation) configurations["testCompileClasspath"].extendsFrom(platformImplementation) configurations["testRuntimeClasspath"].extendsFrom(platformImplementation) // use lazy API to not attempt to find platform project during script compilation platformImplementation.dependencies.addLater(provider {
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Fri Dec 19 06:44:41 GMT 2025 - 18.9K bytes - Click Count (0)