Index: build.xml IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8 =================================================================== --- build.xml (date 1511643656000) +++ build.xml (revision ) @@ -1772,10 +1772,11 @@ encoding="UTF-8" docencoding="UTF-8" charset="UTF-8" + source="${compile.source}" additionalparam="-breakiterator -notimestamp" maxmemory="512m" failonerror="true" - failonwarning="true"> + failonwarning="false"> @@ -1793,10 +1794,11 @@ encoding="UTF-8" docencoding="UTF-8" charset="UTF-8" + source="${compile.source}" additionalparam="-breakiterator -notimestamp" maxmemory="512m" failonerror="true" - failonwarning="true"> + failonwarning="false"> @@ -1814,10 +1816,11 @@ encoding="UTF-8" docencoding="UTF-8" charset="UTF-8" + source="${compile.source}" additionalparam="-breakiterator -notimestamp" maxmemory="512m" failonerror="true" - failonwarning="true"> + failonwarning="false"> @@ -1835,10 +1838,11 @@ encoding="UTF-8" docencoding="UTF-8" charset="UTF-8" + source="${compile.source}" additionalparam="-breakiterator -notimestamp" maxmemory="512m" failonerror="true" - failonwarning="true"> + failonwarning="false"> @@ -1855,10 +1859,11 @@ encoding="UTF-8" docencoding="UTF-8" charset="UTF-8" - additionalparam="-breakiterator -notimestamp ${java9.add.modules}" + source="${compile.source}" + additionalparam="-breakiterator -notimestamp" maxmemory="512m" failonerror="true" - failonwarning="true"> + failonwarning="false"> @@ -1868,9 +1873,6 @@ - - -