- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for jvmCompile (0.04 sec)
-
build-logic/integration-testing/src/main/kotlin/gradlebuild.integration-tests.gradle.kts
extensions.create<IntegrationTestExtension>("integTest").apply { generateDefaultAutoTestedSamplesTest.convention(true) testJvmXmx.convention("512m") } val sourceSet = sourceSets.create("${TestType.INTEGRATION.prefix}Test") jvmCompile { addCompilationFrom(sourceSet) } addDependenciesAndConfigurations(TestType.INTEGRATION.prefix) configurations.named("integTestRuntimeClasspath") {
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Mon Aug 18 16:39:23 UTC 2025 - 2.4K bytes - Viewed (5) -
build-logic/integration-testing/src/main/kotlin/gradlebuild.cross-version-tests.gradle.kts
plugins { java id("gradlebuild.module-identity") id("gradlebuild.dependency-modules") id("gradlebuild.jvm-compile") } val sourceSet = sourceSets.create("${TestType.CROSSVERSION.prefix}Test") jvmCompile { addCompilationFrom(sourceSet) } addDependenciesAndConfigurations(TestType.CROSSVERSION.prefix) createQuickFeedbackTasks() createAggregateTasks(sourceSet) configureIde(TestType.CROSSVERSION)Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Fri Sep 05 02:31:24 UTC 2025 - 4.5K bytes - Viewed (0) -
build-logic/buildquality/src/main/kotlin/gradlebuild.arch-test.gradle.kts
notForAccessorGeneration { dependencies { sharedArchTestClasses(project(":internal-architecture-testing")) } } testing { suites { create("archTest", JvmTestSuite::class) { project.jvmCompile { addCompilationFrom(sources) } dependencies { implementation(project.dependencies.create(project)) notForAccessorGeneration {Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Mon Dec 22 18:51:33 UTC 2025 - 3.2K bytes - Viewed (0)