[GRADLE-3503] Context classloader not set when using plugins DSL Created: 15/Jul/16 Updated: 15/Jul/16 Resolved: 15/Jul/16 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | 2.1 |
Fix Version/s: | 3.0-rc-1 |
Type: | Bug | ||
Reporter: | Stefan Oehme (Inactive) | Assignee: | Stefan Oehme (Inactive) |
Resolution: | Fixed | Votes: | 0 |
Description |
Using the 'apply plugin:' syntax, the context classloader of the thread applying the plugin can load the plugin's classes. Using the new 'plugins' syntax, it can only see the Gradle core classes. |