- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for ClasspathManifest (0.06 sec)
-
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 }Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Fri May 16 18:26:52 UTC 2025 - 4.4K bytes - Viewed (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")
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Fri Apr 11 20:57:49 UTC 2025 - 4.8K bytes - Viewed (0)