Skip to content

CI 에러 발생관련 이슈 #38

@CODe5753

Description

@CODe5753
/home/runner/work/Server/Server/src/main/java/com/ftw/hometerview/place/domain/Building.java:31: warning: @Builder will ignore the initializing expression entirely. If you want the initializing expression to serve as default, add @Builder.Default. If it is not supposed to be settable during building, make the field final.
    Double totalRating = 0D;
           ^
/home/runner/work/Server/Server/src/main/java/com/ftw/hometerview/place/domain/Building.java:32: warning: @Builder will ignore the initializing expression entirely. If you want the initializing expression to serve as default, add @Builder.Default. If it is not supposed to be settable during building, make the field final.
    List<String> likedUsers = Collections.EMPTY_LIST;

https://github.com/hometerview/Server/actions/runs/3235981695/jobs/5301151760

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions