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

CI 에러 발생관련 이슈 #38

Open
CODe5753 opened this issue Oct 12, 2022 · 0 comments
Open

CI 에러 발생관련 이슈 #38

CODe5753 opened this issue Oct 12, 2022 · 0 comments
Assignees
Labels
🐛BUG 버그 발생!! 버그 발생!!! CI 🙄Discussion

Comments

@CODe5753
Copy link
Member

/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

@CODe5753 CODe5753 added 🐛BUG 버그 발생!! 버그 발생!!! 🙄Discussion CI labels Oct 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛BUG 버그 발생!! 버그 발생!!! CI 🙄Discussion
Projects
None yet
Development

No branches or pull requests

2 participants