gradle-testsets-plugin icon indicating copy to clipboard operation
gradle-testsets-plugin copied to clipboard

Lombok does not work in a non-standard test set

Open jimshowalter opened this issue 1 year ago • 0 comments

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.

jimshowalter avatar Apr 02 '23 00:04 jimshowalter