mirror of
https://github.com/apache/lucene.git
synced 2025-03-08 01:25:19 +00:00
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
|
// Pipe the output to console. Intentionally skips any encoding conversion
|
||||||
// and pumps raw bytes.
|
// and pumps raw bytes.
|
||||||
System.out.write(outputFile.bytes)
|
System.out.write(outputFile.bytes)
|
||||||
|
System.out.flush()
|
||||||
|
|
||||||
def cause
|
def cause
|
||||||
try {
|
try {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user