| [GRADLE-586] Context classloader is not set to project classloader when build script is executed Created: 09/Aug/09 Updated: 04/Jan/13 Resolved: 31/Aug/09 | |
| Status: | Resolved | 
| Project: | Gradle | 
| Affects Version/s: | 0.7 | 
| Fix Version/s: | 0.8 | 
| Type: | Bug | ||
| Reporter: | Adam Murdoch | Assignee: | Adam Murdoch | 
| Resolution: | Fixed | Votes: | 0 | 
| Description | 
| When a build script executed, the context classloader is set to the shared classloader (which contains gradle libs + build src runtime). It should be set to the project classloader (which contains the classes declared in the build script). |