Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for toPluginIdentifier (0.13 sec)

  1. platforms/ide/tooling-api/src/main/java/org/gradle/tooling/internal/consumer/parameters/BuildProgressListenerAdapter.java

                PluginIdentifier plugin = toPluginIdentifier(result.getPlugin());
                if (plugin != null) {
                    results.add(new DefaultPluginApplicationResult(plugin, result.getTotalConfigurationTime()));
                }
            }
            return results;
        }
    
        private static @Nullable PluginIdentifier toPluginIdentifier(InternalPluginIdentifier pluginIdentifier) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 09:03:53 UTC 2024
    - 67.5K bytes
    - Viewed (0)
Back to top