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

problems compiling lombok with IntelliJ 2021.1, jdk10 #5

Open
pabloeigen opened this issue Jun 14, 2021 · 0 comments
Open

problems compiling lombok with IntelliJ 2021.1, jdk10 #5

pabloeigen opened this issue Jun 14, 2021 · 0 comments

Comments

@pabloeigen
Copy link

Hi,
I am following your course in youtube and dowloaded the code.

I am having problems to compile it, having problems with the builder class of lombok

java: cannot find symbol
symbol: class Builder
location: class model.Posts

`var posts = new Posts.Builder().build();

    var post = response.getBody().as(posts.getClass());

    assertThat(post.getAuthor(), equalTo("Karthik KK"));`

I have tried everything in google to make it work (proper configuration for lombok) but still cannot figure it out.
I am using jdk 10 as you propose in your videos.

Any help would be appreciate!
Thanks

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