diff options
author | Jason Penilla <[email protected]> | 2023-12-06 13:24:41 -0700 |
---|---|---|
committer | Jason Penilla <[email protected]> | 2023-12-06 13:26:04 -0700 |
commit | f10b36d7fc3ea9a466d6c90f783a0b29066bc348 (patch) | |
tree | 1c529663135909cd39c177e5c2fc5ff3aa5a28d1 /build.gradle.kts | |
parent | 9bc67abccfa8e5186cde818c6f0d42524a74be5c (diff) | |
download | Paper-f10b36d7fc3ea9a466d6c90f783a0b29066bc348.tar.gz Paper-f10b36d7fc3ea9a466d6c90f783a0b29066bc348.zip |
wait for second pass apply
Diffstat (limited to 'build.gradle.kts')
-rw-r--r-- | build.gradle.kts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build.gradle.kts b/build.gradle.kts index 16ef53f022..0b8b21a5fa 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -252,6 +252,7 @@ abstract class RebasePatches : BaseTask() { .start() redirect(apply2.inputStream, System.out) + apply2.waitFor() logger.lifecycle(outStr) logger.lifecycle("Patch failed at $failed; See Git output above.") |