Open jimshowalter opened 1 year ago
Create an unbroken-dome test set other than component and integration.
Create a class in the test set that uses lombok:
import lombok.AllArgsConstructor; @AllArgsConstructor public class ThisWillFail { private final String foo; }
Try to build.
It's not clear if this is a problem with unbroken-dome, lombok, or both, so filed https://github.com/projectlombok/lombok/issues/3391.
Create an unbroken-dome test set other than component and integration.
Create a class in the test set that uses lombok:
Try to build.
It's not clear if this is a problem with unbroken-dome, lombok, or both, so filed https://github.com/projectlombok/lombok/issues/3391.