Commit e730f08
authored
fix: add xlint and file.encoding to Java (#2471)
Co-authored-by: weather-tracker <[email protected]>
Co-authored-by: Amin Yahyaabadi <[email protected]>
* Adding back '-J-Dfile.encoding=UTF-8' for javac so its warning messages are printed in UTF-8
as well as its source files are treated as UTF-8 encoding.
* Adding back -Xlint for reporting detailed warning messages for compilers
* removing quotation marks around file.encoding and UTF-8 for java command,
since java command does not understand quotation marks when it is not removed by the shell
(cmd.exe won't interpret that)
update for issue #11661 parent 9143300 commit e730f08
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments