mirror of https://github.com/apache/lucene.git
Flush output on javadoc emitting a failure.
This commit is contained in:
parent
7478b3fc17
commit
4f5389bfa8
|
@ -471,6 +471,7 @@ class RenderJavadocTask extends DefaultTask {
|
|||
// Pipe the output to console. Intentionally skips any encoding conversion
|
||||
// and pumps raw bytes.
|
||||
System.out.write(outputFile.bytes)
|
||||
System.out.flush()
|
||||
|
||||
def cause
|
||||
try {
|
||||
|
|
Loading…
Reference in New Issue