Skip to content

problems compiling lombok with IntelliJ 2021.1, jdk10 #5

@pabloeigen

Description

@pabloeigen

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions