[GRADLE-1505] org.gradle.api.internal.plugins.DefaultProjectsPluginContainer#hasPlugin should returns false if plugin class not present in classpath Created: 02/May/11 Updated: 04/Jan/13 Resolved: 02/May/11 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 0.9.2, 1.0-milestone-3 |
Fix Version/s: | 1.0-milestone-4 |
Type: | Bug | ||
Reporter: | Frederic Simon | Assignee: | Adam Murdoch |
Resolution: | Fixed | Votes: | 0 |
Attachments: | Made_hasPlugin_return_false_if_plugin_class_not_present_in_classpath.patch |
Description |
hasPlugin throws an UnknownPluginException instead of false if the jar of the plugin not part of the classpath. |