Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0-beta-2, 1.8.6
-
Fix Version/s: 2.0-beta-3, 1.8.7
-
Component/s: Compiler
-
Labels:None
-
Number of attachments :
Description
When @GroovyASTTransformationClass(classes = ...) is used, the transform will be loaded by CompilationUnit.classLoader rather than CompilationUnit.transformLoader. This may cause the transform not to work in environments (like Gradle) where transformLoader != classLoader.
Pull request will follow.