Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lombok does not work in a non-standard test set #133

Open
jimshowalter opened this issue Apr 2, 2023 · 0 comments
Open

Lombok does not work in a non-standard test set #133

jimshowalter opened this issue Apr 2, 2023 · 0 comments

Comments

@jimshowalter
Copy link

jimshowalter commented Apr 2, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant