Skip to content

Commit

Permalink
Update core/deployment/src/main/java/io/quarkus/deployment/CodeGenCon…
Browse files Browse the repository at this point in the history
…text.java

Co-authored-by: Peter Palaga <[email protected]>
  • Loading branch information
aloubyansky and ppalaga authored Mar 23, 2023
1 parent a0e8695 commit 2523148
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ public Path inputDir() {
}

/**
* Whether the code generation process should inherit the launching process' output streams
* Whether any new processes spawned by the given CodeGenProvider should inherit the
* launching process' output streams
* or redirect its output and error streams using {@link java.lang.ProcessBuilder.Redirect#PIPE}.
* In the current implementation this is typically set to {@code true} by the framework.
*
Expand Down

0 comments on commit 2523148

Please sign in to comment.