Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 #1166
- Loading branch information