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

explicitly set project encoding #173

Merged
merged 1 commit into from
Nov 28, 2023
Merged

Commits on Aug 29, 2023

  1. explicitly set project encoding

    Since a while Eclipse wants to have us select an explicit encoding to
    avoid depending on the default encoding of the operating system via the
    workspace preferences (which is or was different on Windows and Linux).
    
    Checking this in avoids a warning on recent IDE versions and ensures
    that projects are using UTF-8 encoding both when being edited and when
    compiled (where the maven encoding properties are relevant).
    MichaelKepplerETAS committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    7377ac1 View commit details
    Browse the repository at this point in the history