-
Notifications
You must be signed in to change notification settings - Fork 41.4k
GitProperties, BuildProperties support encoding. #10771
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
Conversation
Please see #10748 for background. This revised proposal seems like a good compromise to me. Unlike the encoding for |
Do the plugins control how the |
Good question, @snicoll. @hengyunabc How are you configuring your build to write UTF-8 characters to the properties files? |
My project The content in git.properties:
|
@hengyunabc thanks, that's quite interesting. I guess we should do the same thing. That doesn't help Gradle users though. |
The equivalent Gradle plugin always uses |
* pr/10771: Polish "Add encoding support for git and build properties" Add encoding support for git and build properties
@hengyunabc thanks for your contribution, I've merged it with a polish commit |
No description provided.