bytebeats / commits-changelog-env-plugin

A Jenkins plugin for inserting the commits changelog into the jenkins build environment. Jenkins 打包将最新提交信息通知给钉钉或者飞书机器人.
MIT License
2 stars 1 forks source link

乱码 #1

Closed sampsonye closed 2 years ago

sampsonye commented 2 years ago

image

sampsonye commented 2 years ago

image

bytebeats commented 2 years ago

@sampsonye change file encodings from ISO to UTF-8.

bytebeats commented 2 years ago

@sampsonye Intellij IDEA -> Preferences -> Editor -> File Encodings -> Properties File(*.properties), select UTF-8.

sampsonye commented 2 years ago

使用你的hpi包也是乱码呀 @bytebeats 这个怎么处理呢 另我在idea中修改编码后,编译出来的hpi包还是乱码

另我在idea中显示没有Messages这个类是什么问题 image

bytebeats commented 2 years ago

@sampsonye Messages is auto-generated after compiled. Run Build -> Build Project/Rebuild project. Also, maybe your Jenkins configuration not support UTF-8? I really don't know.

bytebeats commented 2 years ago

或者就直接删除多语言然后再打包