Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for jarFileFor (0.59 sec)

  1. subprojects/core/src/main/java/org/gradle/execution/plan/TaskNodeFactory.java

                    return classToPlugin.computeIfAbsent(type, clazz -> {
                        File taskJar = jarFileFor(type);
                        return plugins.stream()
                            .map(plugin -> Cast.<Class<Plugin<?>>>uncheckedNonnullCast(plugin.getClass()))
                            .filter(pluginType -> Objects.equals(jarFileFor(pluginType), taskJar))
                            .map(pluginType -> pluginManager.findPluginIdForClass(pluginType)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 12 02:21:10 UTC 2024
    - 5.9K bytes
    - Viewed (0)
Back to top