Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for allDisks (0.06 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. build-logic-commons/gradle-plugin/src/main/kotlin/gradlebuild/testcleanup/TestFilesCleanupRootPlugin.kt

                    parameters.projectStates.putAll(globalExtension.projectStates)
                    parameters.testPathToBinaryResultsDirs = allTasks.filterIsInstance<Test>().associate { it.path to it.binaryResultsDirectory.get().asFile }
    
                    val taskPathToReports = this@whenReady.allTasks
                        .associate { it.path to it.genericHtmlReports() + it.findTraceJson() }
                        .filter { it.value.isNotEmpty() }
    
    Created: Wed Dec 31 11:36:14 GMT 2025
    - Last Modified: Thu Jul 06 10:57:13 GMT 2023
    - 3K bytes
    - Click Count (0)
  2. build-logic-commons/gradle-plugin/src/main/kotlin/gradlebuild/BuildScanInfoCollectingServices.kt

            gradle.taskGraph.whenReady {
                val buildService: Provider<T> = gradle.sharedServices.registerIfAbsent("${klass.simpleName}-$rootProjectName", klass) {
                    parameters.monitoredTaskPaths = allTasks.filter(taskFilter).map { if (isInBuildLogic) ":build-logic${it.path}" else it.path }.toSet()
                }
                gradle.serviceOf<BuildEventsListenerRegistry>().onTaskCompletion(buildService)
    Created: Wed Dec 31 11:36:14 GMT 2025
    - Last Modified: Tue Jun 10 05:45:46 GMT 2025
    - 3.1K bytes
    - Click Count (0)
Back to Top