Skip to content

Commit 13700cb

Browse files
committed
This should allow a speedup, but may cause errors...
1 parent 1413cd1 commit 13700cb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • plugin-gradle/src/main/java/com/diffplug/gradle/spotless

plugin-gradle/src/main/java/com/diffplug/gradle/spotless/IdeHook.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ static void performHook(SpotlessTask spotlessTask) {
5858
dirty.writeCanonicalTo(file);
5959
}
6060
}
61+
System.err.close();
62+
System.out.close();
6163
} catch (IOException e) {
6264
e.printStackTrace(System.err);
6365
throw Errors.asRuntime(e);

0 commit comments

Comments
 (0)