mirror of https://github.com/apache/lucene.git
javac should always use UTF-8 encoding
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1070488 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
23e9af6057
commit
18944a28b5
|
@ -33,5 +33,8 @@
|
|||
<entry name="README*" />
|
||||
</wildcardResourcePatterns>
|
||||
</component>
|
||||
<component name="JavacSettings">
|
||||
<option name="ADDITIONAL_OPTIONS_STRING" value="-encoding utf-8" />
|
||||
</component>
|
||||
</project>
|
||||
|
||||
|
|
Loading…
Reference in New Issue