- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for filterIsInstance (0.06 sec)
-
build-logic-commons/gradle-plugin/src/main/kotlin/gradlebuild/testcleanup/TestFilesCleanupRootPlugin.kt
parameters.rootBuildDir = project.layout.buildDirectory parameters.projectStates.putAll(globalExtension.projectStates) parameters.testPathToBinaryResultsDirs = allTasks.filterIsInstance<Test>().associate { it.path to it.binaryResultsDirectory.get().asFile } val taskPathToReports = ******@****.***ks .associate { it.path to it.genericHtmlReports() + it.findTraceJson() }Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Thu Jul 06 10:57:13 UTC 2023 - 3K bytes - Viewed (0) -
build-logic-commons/module-identity/src/main/kotlin/gradlebuild.module-jar.gradle.kts
} } } val rootModuleComponents = rootDependencies.map { (it as ResolvedDependencyResult).selected.id } val candidateExternalComponents = (rootModuleComponents + externallyAccessible).filterIsInstance<ModuleComponentIdentifier>().toSet() return candidateExternalComponents - locallyAccessibleRegistered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Fri May 16 18:26:52 UTC 2025 - 4.4K bytes - Viewed (0)