- Sort Score
- Num 10 results
- Language All
Results 1 - 4 of 4 for gradleInstallationForTest (0.11 seconds)
-
build-logic/buildquality/src/main/kotlin/gradlebuild.configure-ci-artifacts.gradle.kts
is FindBrokenInternalLinks -> listOf(reportFile.get().asFile) is DistributionTest -> listOf( gradleInstallationForTest.gradleUserHomeDir.dir("test-kit-daemon").get().asFile, gradleInstallationForTest.gradleUserHomeDir.dir("kotlin-compiler-daemon").get().asFile, gradleInstallationForTest.daemonRegistry.get().asFile ) else -> emptyList() } fun Task.attachedReportLocations() = when (this) {
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed Dec 24 14:15:15 GMT 2025 - 2.1K bytes - Click Count (0) -
build-logic/integration-testing/src/main/kotlin/gradlebuild/integrationtests/tasks/DistributionTest.kt
abstract val prefix: String /** * A local Gradle installation (unpacked distribution) to test against if the tests should fork a new Gradle process (non-embedded) */ @Internal val gradleInstallationForTest = project.objects.newInstance(GradleInstallationForTestEnvironmentProvider::class.java) /** * A 'normalized' distribution to test against if needed */ @InternalCreated: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Mon Aug 18 18:02:41 GMT 2025 - 7.7K bytes - Click Count (0) -
build-logic/integration-testing/src/main/kotlin/gradlebuild/integrationtests/tasks/IntegrationTest.kt
override val prefix = if (name.contains("CrossVersion")) "crossVersion" else "integ" @InputDirectory @PathSensitive(PathSensitivity.RELATIVE) val samplesDir = gradleInstallationForTest.gradleSnippetsDir override fun setClasspath(classpath: FileCollection) { /* * The 'kotlin-daemon-client.jar' repackages 'native-platform' with all its binaries.Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed Dec 09 08:14:05 GMT 2020 - 2K bytes - Click Count (0) -
build-logic/integration-testing/src/main/kotlin/gradlebuild.distribution-testing.gradle.kts
tracker = it.service } } fun DistributionTest.configureGradleTestEnvironment() { val taskName = name gradleInstallationForTest.apply { gradleDistribution.homeDir.fileProvider( if (executerRequiresFullDistribution(taskName)) { configurations["${prefix}TestFullDistributionRuntimeClasspath"].getSingleFileProvider()Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Mon Aug 18 18:02:41 GMT 2025 - 3.8K bytes - Click Count (0)