Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for printTypeCounts (0.12 sec)

  1. subprojects/core/src/main/java/org/gradle/api/internal/tasks/TaskStatistics.java

                printTypeCounts("\nTask types that were created with the old API", typeCounts);
                printTypeCounts("\nTask types that were registered with the new API but were created anyways", realizedTypeCounts);
                IoActions.closeQuietly(lazyTaskLog);
            }
        }
    
        private void printTypeCounts(String header, Map<Class, Integer> typeCounts) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 5.1K bytes
    - Viewed (0)
Back to top