-
Notifications
You must be signed in to change notification settings - Fork 403
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Encode transformed properties files with specified Charset
Currently, the content from any properties file that is passed through the `PropertiesFileTransformer` will have its output written into the jar encoded as `ISO_8859_1`. If the source file contains UTF-8 content, the output becomes corrupted. This commit allows the buildscript to define the Charset to perform the transformation with.
- Loading branch information
Scott Steen
committed
Feb 13, 2023
1 parent
d8117e9
commit 9bffd1e
Showing
3 changed files
with
39 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters