buildship
buildship copied to clipboard
Eclipse 2022-06 (4.24) produces encoding warnings for all Buildship-created projects
The just-released Eclipse 2022-06 (4.24) has some changes WRT project-level info about what character encoding is used for files in the project. See this 4.24 New & Noteworthy section about the change.
The projects created by Buildship apparently do not set the project's encoding info. The result is that Eclipse reports a warning like this:
Project 'xxx' has no explicit encoding set
for every imported project. There doesn't seem to be a way in Eclipse to suppress this warning. Buildship should do something to make Eclipse not warn.
Duplicate of #344