Skip to content

Commit 132b146

Browse files
committed
[java] Temporarily disabling javadoc generation to evaluate how it affects travis build time
1 parent 9915bc4 commit 132b146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/buildtools/src/dev/selenium/tools/javadoc/JavadocJarMaker.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ public static void main(String[] args) throws IOException {
128128

129129
Writer writer = new StringWriter();
130130
DocumentationTool.DocumentationTask task = tool.getTask(writer, fileManager, null, null, options, sources);
131-
Boolean result = task.call();
131+
Boolean result = true; // task.call();
132132
if (result == null || !result) {
133133
System.err.println("javadoc " + String.join(" ", options));
134134
System.err.println(writer);

0 commit comments

Comments
 (0)