Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.3.0
-
None
Description
BuilderASTTransform loads builder strategies with the source unit's class loader, rather than the transform loader. As a result, compilation of code using @Builder fails in Gradle (and other tools that make a distinction between these class loaders). Solution is to use the transform loader, as for example done by TraitASTTransformation.