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 projectlombok/lombok#3391.