consistently use iso-8859-1 encoding for all invocations of <javadoc> to avoid warnings on modern linux distros (which use UTF-8 as the default encoding)
This commit is contained in:
parent
5a6be4c757
commit
31d351a1e3
|
|
@ -616,6 +616,7 @@ For users of JDK 1.5 at least version 1.6.2 of Ant is required.
|
|||
|
||||
<javadoc sourcepath="src/checkstyle" destdir="${target.dir}/xdocs"
|
||||
classpathref="build.classpath"
|
||||
encoding="iso-8859-1"
|
||||
source="${checkstyle.minimum.javaversion}"
|
||||
failonerror="yes">
|
||||
<doclet name="com.puppycrawl.tools.checkstyle.doclets.CheckDocsDoclet"
|
||||
|
|
|
|||
Loading…
Reference in New Issue