- Sort Score
- Num 10 results
- Language All
Results 1 - 4 of 4 for runtimeClasspath (0.08 seconds)
-
build-logic-commons/module-identity/src/main/kotlin/gradlebuild.module-jar.gradle.kts
) ) } } fun configureClasspathManifestGeneration() { val runtimeClasspath by configurations val externalComponents by lazy { runtimeClasspath.incoming.resolutionResult.rootComponent.map { rootComponent -> val rootVariant = rootComponent.variants.find { it.displayName == runtimeClasspath.name }Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Fri May 16 18:26:52 GMT 2025 - 4.4K bytes - Click Count (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/GradleBuildDocumentationPlugin.java
css.include("*.css"); extension.getCssFiles().from(css); extension.getRenderedDocumentation().from(stageDocs); Configuration runtimeClasspath = project.getConfigurations().getByName("runtimeClasspath"); Configuration sourcesPath = project.getConfigurations().create("sourcesPath"); sourcesPath.attributes(a -> {
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Wed Jul 02 12:28:02 GMT 2025 - 7.6K bytes - Click Count (0) -
build-logic/buildquality/src/main/kotlin/gradlebuild.task-properties-validation.gradle.kts
val reportFileName = "task-properties/report.txt" tasks.register<ValidatePlugins>(validateTaskName) { val main = project.sourceSets.main.get() classes.from(main.output) classpath.from(main.runtimeClasspath) outputFile = project.reporting.baseDirectory.file(reportFileName) enableStricterValidation = true
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Fri Jan 20 15:24:40 GMT 2023 - 1008 bytes - Click Count (0) -
okhttp-osgi-tests/build.gradle.kts
testImplementation(libs.kotlin.test.common) testImplementation(libs.kotlin.test.junit) testImplementation(libs.assertk) testImplementation(libs.aqute.resolve) } normalization { runtimeClasspath { /* - The below two ignored files are generated during test execution by the test: okhttp/src/test/java/okhttp3/osgi/OsgiTest.java
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Fri Aug 01 08:17:18 GMT 2025 - 2.5K bytes - Click Count (0)