- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for ClasspathManifest (0.41 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
build-logic-commons/module-identity/src/main/kotlin/gradlebuild.module-jar.gradle.kts
rootVariant?.let { computeExternalDependenciesNotAccessibleFromProjectDependencies(rootComponent, it) } ?: emptySet() }.get() } val classpathManifest = tasks.register("classpathManifest", ClasspathManifest::class) { this.projectDependencies.from(runtimeClasspath.incoming.artifactView { componentFilter { it is ProjectComponentIdentifier }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-commons/gradle-plugin/src/main/kotlin/gradlebuild.cache-miss-monitor.gradle.kts
fun Task.isMonitoredCompileTask() = (this is AbstractCompile || this.isClasspathManifest()) && !isKotlinJsIrLink() fun Task.isClasspathManifest() = this.javaClass.simpleName.startsWith("ClasspathManifest") // https://youtrack.jetbrains.com/issue/KT-49915 fun Task.isKotlinJsIrLink() = this.javaClass.simpleName.startsWith("KotlinJsIrLink")
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Fri Apr 11 20:57:49 GMT 2025 - 4.8K bytes - Click Count (0)