Skip to content

Commit d8762f3

Browse files
committed
Fix for build.xml, exclude javadoc jars from classpath.
Change-Id: Id029a96170b3fd0c5c771fc476dea2d1d6df4b08
1 parent 13ca729 commit d8762f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,7 @@ See also com.mysql.cj.conf.PropertyDefinitions.SYSP_* variables for other test o
294294
<fileset dir="${com.mysql.cj.extra.libs}">
295295
<include name="**/*.jar" />
296296
<exclude name="**/*-sources.jar" />
297+
<exclude name="**/*-javadoc.jar" />
297298
<exclude name="ant/**" />
298299
<exclude name="jacoco/**" />
299300
<exclude name="src/**" />

0 commit comments

Comments
 (0)